Keyword

[Solved] NEED help UGRENTLY! thumbs alignment issue

More
14 years 3 months ago - 14 years 3 months ago #37968 by keign
hi, there.

in the page itnoodle.com/index.php/website-design "website we have developed",
the gap between the first row of thumbs and the second row is two wide. How can i adjust the gap width between two rows of thumbs.

what I want to them to be is like this page [DEMO GALLERY]:
www.joomlaworks.net/content/view/17/42/

Thanks very much.

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

More
14 years 3 months ago #37969 by Katia
This is a conflict with your template css between this two elements at index.php/website-design #3 (line 128)
.sig_cont {
    height: 230px;
    width: 230px;
}
and at plugins/content/plugin_jw_sig/sig.css(line 7)
.sig_cont {
    float: left;
    }


What you can do in order to reduce the gap to 160px for example, is to change the second one with this:
.sig_cont {
    float: left;
    height: 160px !important;
}

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

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

More
14 years 3 months ago #37970 by keign
Katia, Thank you so much. the problem is solved.

This is a conflict with your template css between this two elements at index.php/website-design #3 (line 128)

.sig_cont {
    height: 230px;
    width: 230px;
}
and at plugins/content/plugin_jw_sig/sig.css(line 7)
.sig_cont {
    float: left;
    }


What you can do in order to reduce the gap to 160px for example, is to change the second one with this:
.sig_cont {
    float: left;
    height: 160px !important;
}

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


Powered by Kunena Forum