Right Menu

GK User
Mon Feb 02, 2015 7:02 pm
Hi, how can I remove the right menu?

I tried disabling all on right menu and now the left menu appears in right's place.
User avatar
Fresh Boarder

teitbite
Tue Feb 03, 2015 9:34 am
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Thu Feb 05, 2015 11:02 am
User avatar
Fresh Boarder

GK User
Thu Feb 05, 2015 11:42 am
ok I did a trick by creating a menu items and hiding the text. thats seemed to work.

thanks
User avatar
Fresh Boarder

teitbite
Fri Feb 06, 2015 7:49 pm
Hi

I like Your thinking :) If someone else would be looking for a solution to the same question than left or right menu can be hidden with a code:

Code: Select all
#gkMainMenuLeft {
    display: none;
}


or

Code: Select all
#gkMainMenuRight {
    display: none;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.