I'm trying to swap the main menu and LOGO so the LOGO is on the top. Override CSS is on and I have added the following to override.css based on some other posts.
#gkHeader {position: relative};
#gkLogo {position: absolute; float: none; top: 0px; left: 0px}
#gkLogo img {width: 110px;}
This has no impact. What else do I need?
Thanks in Advance,
Terry