Topbanner alignment

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Aug 07, 2014 10:06 am
Hello,
I use your publisher template (http://www.natucat.cat/). How can I align the topbanner module so that is centered?
Thanks,

Dani
User avatar
Junior Boarder

teitbite
Thu Aug 07, 2014 3:07 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkPageTopBar > div {
    float: none;
    margin: 0 auto !important;
    width: 450px;
}
User avatar
Moderator

GK User
Fri Aug 08, 2014 10:11 am
Thanks, but I'd like the white space to be bigger and the text centered. How ca I do it?
User avatar
Junior Boarder

teitbite
Fri Aug 08, 2014 11:29 am
Hi

Please try this code and remove the style="text-align:justyfy;" from the module's content.

Code: Select all
#gkPageTopBar > div {
    float: none;
    margin: 0 auto !important;
    padding: 10px 0 5px;
    text-align: center;
    max-width: 650px;
}
User avatar
Moderator

GK User
Fri Aug 08, 2014 12:22 pm
Thanks, that's what I was looking for.
Cheers,

Dani
User avatar
Junior Boarder

teitbite
Sat Aug 09, 2014 1:11 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron