Spaces on the menu and the menu that appears
-
Spaces on the menu and the menu that appears.
See attached file.
How do I get it without gaps, so it comes directly below?
Attachments:
You must be
logged in to view attached files.
Hello,
It should possible with the help of the code below, please add it in the “Desktop CSS” area in Theme Settings -> Custom CSS.
.xts-general-header.xts-dropdowns-align-bottom .xts-dropdown,
.xts-sticked .xts-general-header.xts-dropdowns-align-bottom .xts-dropdown {
margin-top: 0;
}
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
When i use this code and we drag the mouse over, not all menus open as they should.
And its work when i remove the code.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings. Also, to look properly, you need also increase your main header row height.
body .xts-general-header.xts-dropdowns-align-bottom .xts-dropdown:after,
body .xts-sticked.xts-dropdowns-align-bottom .xts-dropdown:after {
height: 0 !important;
}
Kind Regards
You are always welcome. Feel free to contact us if you have any further questions.
The topic ‘Spaces on the menu and the menu that appears’ is closed to new replies.