Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi,
I am getting some problems in header menu on this development domain: http://www.oltremateria.eu
1) The bottom border of the menu is going down and covers the image of the body. This bottom menu item border has always been correctly very next to the menu item.
Now it has gone down while I was makeing some changes in the home.
2) There is also some unexpected and unwanted space between drop down menu items.
Alse this problem is coming recently, before it has never been thsi way.
Please see screenshot here: https://i67.tinypic.com/1z3m2vo.jpg
Regards
Marco
Hello,
1-That’s because the header height is smaller than the menu li height. I added this code to align it:
nav .menu {
margin-top: -10px;
}
2-I added this code:
.header_8 nav .menu > li > ul.sub-menu ul {
left: 170px !important;
}
Please check and let me know.
Best regards!
You must be logged in to reply to this topic.