How can I change size (width) of navigation bar

Home Forums Jevelin Theme How can I change size (width) of navigation bar

Home Forums Jevelin Theme How can I change size (width) of navigation bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • ELBkomplizen
    Participant

    Hi there,

     

    i want to change the width of the white navigation bar to a real full width! Like you see on the image at the moment it shows a transparent area on both sides…

     

    Could somebody tell me how i can change this?

     

    I use Header style 10 with top bar..

     

    Thx a lot…

     

    Andreas

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

    Hi Andreas,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me your site URL where it’s displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    ELBkomplizen
    Participant

    Hi thx for answering…

     

    you can see the site i have to build for my customer at the moment via wp2018.highclimbers.de

     

    Thx

    Andreas

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-header:not(.sh-header-6) .container,
    #page-container .sh-header-top:not(.sh-header-top-6) .container {
        width: 100%!important;
        max-width: 100%!important;
        border-radius: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)