- Posts: 11
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Staggered thumbnail layout problem
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.
Staggered thumbnail layout problem
- Geoffrey Todd
- Topic Author
- Offline
- New Member
I've got this site under development: development.integweb.com/villajasmine/gallery
When the gallery is set to showing all thumbnails there isn't a problem, but now that it's on single thumbnail view I've got this stepped or staggered diagonal layout problem.
Could someone point me in the right direction? Many thanks.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Geoffrey Todd
- Topic Author
- Offline
- New Member
- Posts: 11
Please Log in or Create an account to join the conversation.
- Geoffrey Todd
- Topic Author
- Offline
- New Member
- Posts: 11
Any advice or help is greatly appreciated. If I can't sort this I'm going to have to try other gallery plugins.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Geoffrey Todd
- Topic Author
- Offline
- New Member
- Posts: 11
Once I have a div wrapping the SIG PRO instance, how do I adjust the div to the SIG PRO css file?
I'm becoming confused as it doesn't appear to be a very common thing to do, or am I just looking in the wrong places? If I could get this to work it would be a very useful fix for css clashes with templates.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
- Posts: 4696
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Geoffrey Todd
- Topic Author
- Offline
- New Member
- Posts: 11
I added the following CSS to template.css
ul.sig-container-single {
float:none !important;
}
li.sig-block {
padding-left: 0px !important;
overflow:visible !important;
float:none !important;
}
It was interesting to note that I discovered a very similar problem appeared on the rhuk_milkyway template, so it isn't just with Artisteer that this issue could arise.
Please Log in or Create an account to join the conversation.
- Johnathan Renirie
- Offline
- New Member
- Posts: 2
In case it's of help to anyone else searching with a similar thumbnail layout problem here's how I solved it.
I added the following CSS to template.css
ul.sig-container-single {
float:none !important;
}
li.sig-block {
padding-left: 0px !important;
overflow:visible !important;
float:none !important;
}
It was interesting to note that I discovered a very similar problem appeared on the rhuk_milkyway template, so it isn't just with Artisteer that this issue could arise.
Thanks really worked.
Please Log in or Create an account to join the conversation.
- Geoffrey Todd
- Topic Author
- Offline
- New Member
- Posts: 11
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- Staggered thumbnail layout problem