Hello,
I use your publisher template (http://www.natucat.cat/). How can I align the topbanner module so that is centered?
Thanks,
Dani
#gkPageTopBar > div {
float: none;
margin: 0 auto !important;
width: 450px;
}
#gkPageTopBar > div {
float: none;
margin: 0 auto !important;
padding: 10px 0 5px;
text-align: center;
max-width: 650px;
}