Hi,
I want to move the Main and Top Menu Down to acomodate a banner.
See image attached.
Using News Leage Template in Joomla 2.6.x.
Regards,
Jose Nevarez
Konrad M wrote:Hi,
can you give us url to your site? It will be much easier to help you.
#gkPageTop {
background-position:center top;
padding-top: 130px;
}
h1#gkLogo a, h1#gkLogo img {
margin-top: -130px !important;
}
Konrad M wrote:Please try add to override.css
- Code: Select all
#gkPageTop {
background-position:center top;
padding-top: 130px;
}
h1#gkLogo a, h1#gkLogo img {
margin-top: -130px !important;
}
and remember to enable override.css option in template settings.