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.
#gkMainMenuLeft {
display: none;
}
#gkMainMenuRight {
display: none;
}