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.
I tried disabling all on right menu and now the left menu appears in right's place.
-
- 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.
-
- Moderator
- 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
thanks
-
- 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:
or
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;
}
-
- Moderator
5 posts
• Page 1 of 1