Home Forums Basel support forum Sticky menu/header

Sticky menu/header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #114405

    The Urbanista
    Participant

    Hi,

    How can I adjust the sticky menu in the header without having a second menu line in the sticky header “contact ons”. See attached screenshots.

    Ideally I would like to have “Contact ons” next to “Over ons” in the sticky menu/header.

    Kind regards,
    Urbanista

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

    Hello,

    There is no option to configure the menu in one line, your menu has too many items and there is too little space.

    As the alternative try this CSS code which decreases the font-size and paddings for the sticky header:

    body .act-scroll .main-nav .menu>li>a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 10px;
    
    }

    Add this code to the Theme Settings > Custom CSS

    Best Regards

    #114416

    The Urbanista
    Participant

    Elise,

    Problem solved!

    Thank you!

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

    Hello,

    Please remove this code and copy from the forum, not from email.

    Best Regards

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