Home Forums Space themes support forum Spaces on the menu and the menu that appears

Spaces on the menu and the menu that appears

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #453031

    husochhemma.se
    Participant

    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.
    #453316

    Luke Nielsen
    Keymaster

    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

    #456969

    husochhemma.se
    Participant

    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.

    #457016

    Bogdan Donovan
    Keymaster

    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

    #457411

    husochhemma.se
    Participant

    Thanks now its working

    #457465

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Spaces on the menu and the menu that appears’ is closed to new replies.