Viewing 5 reply threads
You must be logged in to reply to this topic.
Site: https://danielkeogan.com/
I have Normal menu, but the menu is overlaying, as you can see in this screenshot: https://prnt.sc/ceipkp
What can be wrong? I’m using Tower 1.8.1
This is my menu: https://prnt.sc/ceiqwi
Hello,
Please send your wp credentials through a private reply.
https://www.clipular.com/c/5487798294937600.png?k=rO9mBDvJV0fiDXLpnhUhIl0IZqE
Let us know.
Regards!
Hello,
I can’t access site with this username. Please see screenshot.
However, please go to your style.css file and find this line:
.header_8 nav .menu > li > ul.sub-menu, .header_8 nav .menu > li > ul.sub-menu ul{top: 105%; left: 0 !important; }
Edit top: 105%;
value to 100% and Remove the left: 0 !important;
from it. Save file.
Then add this code into your custom css box:
.header_8 nav .menu > li > ul.sub-menu ul {
top: 0 !important;
}
nav .menu > li > ul.sub-menu ul {
width: 180px !important;
}
Result screenshot.
Let us know.
Best regards!
Hello,
i checked your site, but i don’t see the sub-menus overlaying anymore. See screenshot of it. Please clear cache and refresh pages on your computer.
Best regards!
You must be logged in to reply to this topic.