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.

Gallery Alignment & Style

More
12 years 9 months ago #47053 by RAA
Gallery Alignment & Style was created by RAA
After upgrading to the latest version of SigPro my Galleries look different even after I re-edited CSS.
Would someone please help with  this. My Thumbnails are not centered and the hover color canoes to Black and blocks
my descriptions. Here is a link      tinyurl.com/7mx84jm

Many Thanks,

Roberto

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

More
12 years 9 months ago #47054 by Katia
Replied by Katia on topic Re: Gallery Alignment & Style
Change the padding of this element -at SIG PRO Artistic template css file- from:

ul.sigProArtistic li.sigProThumb a.sigProLink, ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
    display: block;
    margin: 0;
    padding: 0 8px 8px;
    position: relative;
}
to this:

ul.sigProArtistic li.sigProThumb a.sigProLink, ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
    display: block;
    margin: 0;
    padding: 0 11px 8px;
    position: relative;
}

The black background of images are in this css line at the same file:

ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
    background: url("../images/bg_hover.png") repeat-x scroll center top #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    color: #EEEEEE;
    text-decoration: none;
}
Just change the image with the one you want...

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

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

More
12 years 9 months ago #47055 by RAA
Replied by RAA on topic Re: Gallery Alignment & Style
Thank you!

I'm just not sure How to where to make the change to the Hovering thumbnail frame so the caption shows white against black frame.


Best,
Roberto

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


Powered by Kunena Forum