Home Forums Space themes support forum Sub Menu / Dropdown position wrong

Sub Menu / Dropdown position wrong

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #597959

    Hello,

    please see the screenshot attached.

    1. Why is the drop down at this position?
    2. How can I change it to the “normal” position -> under the menu item?

    Attachments:
    You must be logged in to view attached files.
    #598022

    Luke Nielsen
    Keymaster

    Hello,

    I sent this issue to the developers team, as soon as I receive an answer I will let you know.

    Thank you for your patience.

    Kind Regards

    #598313

    Luke Nielsen
    Keymaster

    Hello,

    Use the below custom for help:

    .xts-header-col.xts-end .xts-dropdown-menu {
    	left: auto !important;
    	right: 40px;
    }
    
    @media (max-width: 1024px) {
    .xts-header-col.xts-end .xts-dropdown-menu {
    	right: 0px;
    }
    }

    In the next update, it will be fixed.

    Kind Regards

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