Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311868
    Jeffrey S
    Participant

    Good evening.

    I’ve uploaded a logo to show on the left of my top menu. See screenshot in attachment to see how i want it to look.
    But its not showing anything. Im not sure why? This is my website: http://www.jeffreyschout.nl

    Btw: Happy new year!

    Kind regards,
    Jeffrey

    #1312125
    Nico
    Moderator

    Hi There,

    Happy NEW YEAR to you too 🙂

    I could see that you have added this code below in your custom CSS that is why it is now showing.

    .x-logobar {
        display: none;
    }

    Let us know how it goes.

    Thanks.

    #1312298
    Jeffrey S
    Participant

    Wow sorry, i’ve added that css a long time ago I forgot.
    Is it possible to have the menu more to the left like you see in my attachment?

    Kind regards,
    Jeffrey

    #1312306
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .x-navbar .x-container.max.width {
        width: 98%;
        max-width: 100%;
    }

    Hope that helps.

    #1313289
    Jeffrey S
    Participant

    Thank you for your reply.

    Thats not really helping. Check out the file in the attachment. Thats how it looks when i add the code.
    Logo needs to be aligned to the left and menu centerd.

    Kind regards,
    Jeffrey

    #1313603
    Prasant Rai
    Moderator

    Hello Jeffrey,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    a.x-brand.img {
            width: 30% !important;
    }
    
    .x-navbar .x-container.max.width {
        width: 100% !important;
    }
    
    .masthead-inline .desktop .x-nav {
        width: 70% !important;
    }

    Thanks.

    #1314930
    Jeffrey S
    Participant

    Thank you!

    #1315234
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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