-
-
Hi
we are having some major layout issues with the main menu in that it is dropping half way down the page and overriding content!
Thanks
J
-
-
-
Hello,
I see. This actually is not caused by the screen dimension but rather by the browser. Please go to file style.css and find these lines:
nav .menu li { float: left; position: relative; height: 100%; }Comment the height attribute. Replace with this:
/*height: 100%;*/It should fix the menu issue.
Let us know.Best regards!
-
Hi
Where do I locate the style.css please? or is this within the custom css box in tower?
Is this what I need to replace to?:
nav .menu li { float: left; position: relative;/*height: 100%;*/} -
Hello,
Please go to your Appearance > Editor. The first file to open for edit is the style.css file.
Find and replace the code mentioned above, here. Save the changes and reload the page.
Let us know.Best regards!
-
-
You must be logged in to reply to this topic.