Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1339635
    TomasJarvling
    Participant

    Hi.
    On this page: antoniofiorelli.se i have placed a menu on the header widget.
    Is it possible to show the menu immediately instead of having to press the plus sign?

    Tomas

    #1339638
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS:

    div#top {
        margin-top: 114.4px;
    }
    
    .x-widgetbar {
        display: block !important;
    }

    Hope it helps 🙂

    #1339642
    TomasJarvling
    Participant

    worked.
    But it wasn’t exactly what I wanted. I would like to have a top right menu like on https://www.suitopia.se/sv/

    Tomas

    #1339653
    Thai
    Moderator

    Hi There,

    In that case, please try adding the links to the topbar content instead:

    <a href="http://www.example.com/">Link 1</a> <a href="http://www.example.com/">Link 1</a>

    Hope it helps 🙂

    #1340183
    TomasJarvling
    Participant

    I added the links to the top bar content widget – was that what you meant?
    The plus sign is still there and is a little bit to hidden to notice.
    I would like the menu to appear instead of the plus sign.

    Tomas

    #1340276
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! If that is the case, please deactivate the header widget and activate the Topbar instead. You can go to Appearance > Customize > Header > Miscellaneous. Once topbar is active, you can insert the code:

    
    <a href="http://www.example.com/">Link 1</a> <a href="http://www.example.com/">Link 1</a>

    in the topbar content.

    Please let us know if this works out for you.

    #1340709
    TomasJarvling
    Participant

    Yes. Worked better. Is it possible to right align this picture and link?

    #1340943
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To align the image and the link to the right side of the page, please add the following css in the customizer, Appearance > Customizer > Custom > CSS

    .x-topbar .p-info {
        float: right;
    }

    We would love to know if this works out for you.

  • <script> jQuery(function($){ $("#no-reply-1339635 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>