Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
about a week ago my website at https://calcmat.com/ was fine, but now I noticed that in the Finnish language version of the site, the Main Menu items have dropped below the menu bar (see screenshot attached). English version works just fine. I am quite puzzled, since I have not made any changes in the backend over the period.
https://www.dropbox.com/s/nzyahk0hc7zkuft/Calcmat.com%20menu%20issue.PNG?dl=0
Can you help me out?
Thanks a lot!
//Panu
Hello,
Sorry for the late reply.
Please add these lines into your custom css box:
nav .menu > li {
margin-right: -5px !important;
margin-left: -5px !important;
padding-right: 2px !important;
padding-left: 2px !important;
}
And remove these symbols ‘ >>’ from the last menu item title as it consumes space and makes the default menu exceed the width of header. That is why is slides down.
Best regards!
You must be logged in to reply to this topic.