Home › Forums › Jevelin Theme › Sticky Menu
Home › Forums › Jevelin Theme › Sticky Menu
Hi
When I enable my Sticky Menu my navigation and logo gets cut off. I adjusted my settings in the theme options but it is still not better. Also is there anyway the logo and Nav can be on the same line. Please the attached screenshot.
Hi @mtortorello,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
Solution for this topic
It seems this is happening because of the custom CSS code you have used on your site.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
nav#header-navigation { left: auto; height: auto; width: auto; }
Thank you the CSS Code work perfectly. However I now have a line underneath the menu that I can’t seem to remove. Please see attach.
Thank you
To troubleshoot the line, i visited your shared site but it seems you are using default WordPress Twenty Seventeen theme on your site.
Please advise.
Please use below custom CSS code to remove that line.
#page-container nav#header-navigation { border: 0; }