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.

top border line missing in thumbnails

  • Pekkiss
  • Pekkiss's Avatar Topic Author
  • Offline
  • New Member
More
13 years 6 months ago #41139 by Pekkiss
top border line missing in thumbnails was created by Pekkiss
Hello!

I have:

Joomla! 1.6.3 Stable
JoomlaWorks "Simple Image Gallery" Plugin v2.2 for Joomla! 1.6
Template made with Artisteer 3.0.0.39952

See here: www.luomat.info/index.php/galleria

The top border line missing in thumbnails again :)

I have instructions from you to work this out with joomla 1.5 but it does not work here..

Can you help me again please?


Pekka Varis

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

More
13 years 6 months ago #41140 by Katia
Replied by Katia on topic Re: top border line missing in thumbnails
Just go to plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids/css/template.css at line 26 and change this:
li.sig-block span.sig-link-innerwrapper {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: -5px 0 0 -5px;
    padding: 4px;
}
to this:
li.sig-block span.sig-link-innerwrapper {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 0 0 0 -5px;
    padding: 4px;
}

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

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


Powered by Kunena Forum