- Posts: 2
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- different thumbnail allignment
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.
different thumbnail allignment
- Josef Brunnbauer
- Topic Author
- Offline
- New Member
Less
More
15 years 6 months ago #24202
by Josef Brunnbauer
different thumbnail allignment was created by Josef Brunnbauer
hi all,
I bought SIG pro and now I have some strange problems.
when I'm browsing www.creamento.at/kform click "fotogalerie" then firefox 3.0.11 shows 3 x 4 thumbnails. ms IE 6 puts every thumbnail in each row. WHY?
I also would like to change the color of the grid. I've tried to change the css file (/plugins/content/jw_sigpro/templates/Default/) but nothing changes.
please can someone help me. thanks.
I bought SIG pro and now I have some strange problems.
when I'm browsing www.creamento.at/kform click "fotogalerie" then firefox 3.0.11 shows 3 x 4 thumbnails. ms IE 6 puts every thumbnail in each row. WHY?
I also would like to change the color of the grid. I've tried to change the css file (/plugins/content/jw_sigpro/templates/Default/) but nothing changes.
please can someone help me. thanks.
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
15 years 6 months ago #24203
by Yiota
Replied by Yiota on topic Re: different thumbnail allignment
Please Log in or Create an account to join the conversation.
- Josef Brunnbauer
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
15 years 6 months ago #24204
by Josef Brunnbauer
Replied by Josef Brunnbauer on topic Re: different thumbnail allignment
hi all,
I did:
It seems that some classes in your template css overwrites the plugins css.
I saw specifically the classes .Post ul li and .contentLayout li. .....
Now, it looks better but even not similar to firefox.
The template has been created with artisteer.
I also would like to change the background color, but I have not enough knowledge to view the hole css file.
some advices for me?
thanks
I did:
It seems that some classes in your template css overwrites the plugins css.
I saw specifically the classes .Post ul li and .contentLayout li. .....
Now, it looks better but even not similar to firefox.
The template has been created with artisteer.
I also would like to change the background color, but I have not enough knowledge to view the hole css file.
some advices for me?
thanks
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
15 years 6 months ago #24205
by Yiota
Replied by Yiota on topic Re: different thumbnail allignment
Go to your templates CSS file and add the following:
li.sig-block { padding:0 !important;}
li.sig-block span.sig-link-wrapper { padding:0 !important;}
li.sig-block span.sig-link-innerwrapper { margin:0 !important;}
li.sig-block { padding:0 !important;}
li.sig-block span.sig-link-wrapper { padding:0 !important;}
li.sig-block span.sig-link-innerwrapper { margin:0 !important;}
Please Log in or Create an account to join the conversation.
- Diane Branson
- Offline
- New Member
Less
More
- Posts: 6
15 years 6 months ago #24206
by Diane Branson
Replied by Diane Branson on topic Re: different thumbnail allignment
I had previously posted a problem I was having with the thumbnail alignment in IE7...
forum.joomlaworks.net/index.php?topic=8037
...and that problem was solved beautifully through a suggestion yiota made in his post (thanks again, yiota). I made corrections to the css that he suggested and voila!
Yet this seems to have created another problem, however, and that is I am no longer able to make a bulleted list. Everything floats to the left and lines right up.
You can see the problem at the bottom of this page 97.74.169.36/. The same thing has happened to another site I'm working on that is using an Artisteer template.
Again, I am at a loss to know how to deal with this, if I remove yiota's suggested corrections, the thumbnail alignment goes off in IE, I would prefer not to have to choose which glitch to keep. Any further suggestions? I really do appreciate and need the input.
forum.joomlaworks.net/index.php?topic=8037
...and that problem was solved beautifully through a suggestion yiota made in his post (thanks again, yiota). I made corrections to the css that he suggested and voila!
Yet this seems to have created another problem, however, and that is I am no longer able to make a bulleted list. Everything floats to the left and lines right up.
You can see the problem at the bottom of this page 97.74.169.36/. The same thing has happened to another site I'm working on that is using an Artisteer template.
Again, I am at a loss to know how to deal with this, if I remove yiota's suggested corrections, the thumbnail alignment goes off in IE, I would prefer not to have to choose which glitch to keep. Any further suggestions? I really do appreciate and need the input.
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
15 years 6 months ago #24207
by Yiota
Replied by Yiota on topic Re: different thumbnail allignment
The problem seems to be at the following class
.Post ul li { float:left;}
in order for your lists to not float left you just have to either put float:none; or just erase the float in the class.
.Post ul li { float:left;}
in order for your lists to not float left you just have to either put float:none; or just erase the float in the class.
Please Log in or Create an account to join the conversation.
- Diane Branson
- Offline
- New Member
Less
More
- Posts: 6
15 years 6 months ago #24208
by Diane Branson
Replied by Diane Branson on topic Re: different thumbnail allignment
Wow, thanks again. I put float:none; and that took care of it.
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- different thumbnail allignment