Keyword

[Solved] Thumbnails appear in a single Vertical line instead of horizontal row

  • rockytt
  • rockytt's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 month ago - 13 years 1 month ago #47007 by rockytt
Just trying to get this working with some dummy images/content - www.mysistermyfriendbcs.net/index.php/gallery
Haven't touched the CSS, and can see the "float:left" attached to the <li> tags in the file, but for some reason there's no floating left going on! I've played with thumbnail sizes, etc-but no love.
Anyone have an idea what this might be?? - thanks!!

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

More
13 years 1 month ago #47008 by Katia
This is a css conflict with your template css styling of this element: .right-content ul li, .container-indent ul li .
Try this go to plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template.css
and change this :
li.sig-block {
    background: none repeat scroll 0 0 #FFFFFF !important;
    float: left;
    list-style: none outside none !important;
    margin: 5px;
    padding: 0;
}

to this:
li.sig-block {
    background: none repeat scroll 0 0 #FFFFFF !important;
    float: left;
    list-style: none outside none !important;
    margin: 5px;
    padding: 7px 9px 6px 2px !important;
    width: 200px !important;
}
 

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

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

  • rockytt
  • rockytt's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 month ago #47009 by rockytt
Thanks Katia!
I'll give it a go later this afternoon - helping out a friend with their site and need server access to proceed. Looks to be the culprit though - thanks again

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

  • rockytt
  • rockytt's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 month ago #47010 by rockytt
Much better now - thanks!!

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


Powered by Kunena Forum