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.

Single Thumbnail mode inline thumbs.

  • Michael Riley
  • Michael Riley's Avatar Topic Author
  • Offline
  • New Member
More
16 years 1 month ago #19293 by Michael Riley
Single Thumbnail mode inline thumbs. was created by Michael Riley
I am trying to display my thumbnails horizontally across the available page space, but I can't seem to achieve an inline display of thumbnails. I have a line break between each one, is there a work around or am I missing something obvious?

Cheers Mike

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

More
16 years 1 week ago #19294 by Robert Mustachio
Replied by Robert Mustachio on topic Re: Single Thumbnail mode inline thumbs.
I am looking for the same solution...any input?

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

More
16 years 1 week ago - 16 years 1 week ago #19295 by Robert Mustachio
Replied by Robert Mustachio on topic Re: Single Thumbnail mode inline thumbs.
I seemed to have solved this myself with a simple edit as follows:

in the file sigpro_default.css

change the 2nd line under the section /* --- Thumbnail styling --- */ from:

.sig {clear:both;margin:0px;padding:12px;display:table;/*position:relative;*/}

to:

.sig {float:left;margin:0px;padding:0px;display:inline;/*position:relative;*/}

The clear:both; statement prevents anything from being next to the div.
Replacing it with the float:left; explicitly tells the div to position itself to the left.
Changing display:table; to display:inline; fixed an issue in internet explorer.
Changing the padding to 0px made a page of 16 single thumbs format itself the same as a normal page with 16 images in the gallery.

So I am happy with that...

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


Powered by Kunena Forum