Move Main/Top Menu down

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Tue Sep 18, 2012 9:43 pm
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
User avatar
Fresh Boarder

Konrad M
Tue Sep 18, 2012 9:48 pm
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Tue Sep 18, 2012 9:50 pm
http://www.ibanca.net/indexx.php

Konrad M wrote:Hi,
can you give us url to your site? It will be much easier to help you.
User avatar
Fresh Boarder

Konrad M
Wed Sep 19, 2012 7:47 am
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.
User avatar

GK User
Mon Sep 24, 2012 6:19 pm
Thanks a Lot. Works perfectly!


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.
User avatar
Fresh Boarder


cron