menu on the top

Modern e-commerce WordPress theme to build successful online store with WooCommerce support.
GK User
Wed Jun 18, 2014 2:11 pm
hi,
Is possible to fix the main menu at the top of the page? I would like to have the scrolling page but with the menu always visible (like your menu here at the top...if I scroll the page, the menu don't dissapear)
Thanks!!
User avatar
Senior Boarder

GK User
Wed Jun 18, 2014 2:34 pm
Hi,

Yest it's possible, but it requires some modifications (css and html structure), It's beyond our technical support, but I'll give you some tips, where you should start:

Add this code into css/override.css file (first enable this override option from Template Options -> Advanced tab):

Code: Select all
#gk-head {
   background: #fff;
   position: fixed;
padding: 10px 8px 0;
   z-index: 1111;

}


Then you have to add additional div with class "gk-page" into your ShopAndBuy/layouts/header.php file - after #gk-head header section, add some styles.

Now you have to add some padding top into .gk-page-content containter, that's all.
User avatar
Moderator


cron