- Posts: 3
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Thumbnail Images off center from container
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.
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
- Topic Author
- Offline
- New Member
Less
More
13 years 11 months ago - 13 years 10 months ago #38367
by KlingstedtBros
[Solved] Thumbnail Images off center from container was created 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?
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.
- Johnathan Renirie
- Offline
- New Member
Less
More
- Posts: 2
13 years 11 months ago #38368
by Johnathan Renirie
Hi there wanted to ask if you have found any solution on this problem? Please let me know
if you gotten any solution.
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.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #38369
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Thumbnail Images off center from container
@KlingstedtBros,
the link of your site seems to be invalid.
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
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.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 11 months ago #38371
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Thumbnail Images off center from container
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 thisto this:
and change this
ul.sig-container {
clear: both;
list-style: none outside none;
margin: 8px auto !important;
overflow: hidden;
padding: 8px 0 !important;
}
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
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.
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.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Thumbnail Images off center from container