Changing the main menu to the right

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Oct 29, 2013 12:22 am
How can I change the main menu to align right and to sit above the top menu?

Thanks :)
User avatar
Fresh Boarder

GK User
Tue Oct 29, 2013 8:20 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Tue Oct 29, 2013 10:04 am
I'm just developing it on my localhost but I've taken a screengrab if how it looks http://i6.photobucket.com/albums/y234/e ... enshot.jpg

I would like the menu to be inline with with where the shopping basket is.
User avatar
Fresh Boarder

GK User
Tue Oct 29, 2013 5:18 pm
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gkMainMenu {
right: 40px;
position: absolute;
top: 40px;
clear: both;
float: none;
margin: 0px;
}


This solution might not work from the start, but please play with top and right value to position menu in right place.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Apr 22, 2015 6:55 pm
I have put this in the override file but it is not working

here is a copy of my override file

Code: Select all
/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/
.gk-is-wrapper-gk-storebox .gk-is-overlay {
   background: none;
}

#gkMainMenu {
right: 400px;
position: absolute;
top: 40px;
clear: both;
float: none;
margin: 0px;
}
/*
 *
 * 16. Override
 *
 *
------------------------------------ */

/* 16.1. Overrided elements
==================================== */


What is wrong ?
User avatar
Fresh Boarder

GK User
Fri Apr 24, 2015 6:28 pm
Could you please post an url to your site?
User avatar
Moderator


cron