Menu size incorrect

GK User
Sun Feb 22, 2015 11:21 am
Hi,

I have installed the theme using the quick start package but I have noticed that the menu is not behaving as per the demo.

If you look at the site beachbros.co.uk/new you will see the menu looks correct. However, if you navigate to a page in which you can scroll down to look at the content such as http://beachbros.co.uk/new/index.php/about-us The menu shrinks but as a result the logo text in the menu is cut off.

This issue doesn't occur on the demo so I am not sure what has caused the issue.
User avatar
Fresh Boarder

teitbite
Sun Feb 22, 2015 6:33 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#page-nav.active {
    bottom: -20px !important;
}
User avatar
Moderator


cron