Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[Solved] Thumbnail Images off center from container

  • KlingstedtBros
  • KlingstedtBros's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago - 13 years 10 months ago #38367 by KlingstedtBros
Site: www.heritagechristianschool.org/index.php/support-hcs/annual-dinner-a-auction

My thumbnails appear off-center.  Tested in Firefox and IE8.  I've tried changing the size of the thumbnails as well as changing the layout template, neither fix the problem.  Any suggestions?

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #38368 by Johnathan Renirie
Replied by Johnathan Renirie on topic Re: Thumbnail Images off center from container

Site: www.heritagechristianschool.org/index.php/support-hcs/annual-dinner-a-auction

My thumbnails appear off-center.  Tested in Firefox and IE8.  I've tried changing the size of the thumbnails as well as changing the layout template, neither fix the problem.  Any suggestions?


Hi there wanted to ask if you have found any solution on this problem? Please let me know
if you gotten any solution.

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #38369 by Katia
@KlingstedtBros,
the link of your site seems to be invalid.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • KlingstedtBros
  • KlingstedtBros's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #38370 by KlingstedtBros
Replied by KlingstedtBros on topic Re: Thumbnail Images off center from container
I have not found a solution to this problem.  The link is valid, maybe server was down when you checked?

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #38371 by Katia
If your issue is to bring your gallery just few more pixels to the right just go to plugins/content/jw_sigpro/templates/Default/template.css at line 13

and change this
ul.sig-container {
    clear: both;
    list-style: none outside none;
    margin: 8px auto !important;
    overflow: hidden;
    padding: 8px 0 !important;
}
to this:
ul.sig-container {
    clear: both;
    list-style: none outside none;
    margin: 8px auto !important;
    overflow: hidden;
    padding: 8px 0 0 28px !important;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • KlingstedtBros
  • KlingstedtBros's Avatar Topic Author
  • Offline
  • New Member
More
13 years 11 months ago #38372 by KlingstedtBros
Replied by KlingstedtBros on topic Re: Thumbnail Images off center from container
I fixed the issue.  The problem was that I had a default margin of 5px on all images, and a 0px margin is not defined in the Simple Image Gallery code.  I just added this line to my CSS:

img.sig-image {margin:0px;}

That line should be in the Simple Image Galley code, to avoid conflicts with other templates.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum