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.

Thumbnails missing top + white space on left side

  • kalle tuhkunen
  • kalle tuhkunen's Avatar Topic Author
  • Offline
  • New Member
More
13 years 8 months ago #40199 by kalle tuhkunen
What could be wrong?
http://imageshack.us/photo/my-images/15/joomlaworksplugin.jpg/
Thanks for your help!

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

  • kalle tuhkunen
  • kalle tuhkunen's Avatar Topic Author
  • Offline
  • New Member
More
13 years 8 months ago - 13 years 8 months ago #40200 by kalle tuhkunen
Replied by kalle tuhkunen on topic Re: Thumbnails missing top + white space on left side
Ok so this forum didn't allow me to upload picture and also didn't show my picture from imageshack, instead you can find my problem in here! www.slaissi.fi/index.php?option=com_k2&view=item&id=34:slaissipoker&Itemid=161

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

  • Yiota
  • Yiota's Avatar
  • Visitor
13 years 7 months ago #40201 by Yiota
Try to replace the following class

li.sig-block {
  background: none repeat scroll 0 0 #FFFFFF !important;
  float: left;
  margin: 5px;
  padding: 0;
}

with

li.sig-block {
  background:#fff !important;
  float: left;
  margin: 5px;
  overflow: visible !important;
  padding: 0 !important;
}

It is located in
www.slaissi.fi/plugins/content/jw_sigpro/templates/Default/template.css

or you can just add it to your template CSS file.

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


Powered by Kunena Forum