header menu color

how do I make the area in the red all white?  live link at http://sara.tolbert.social/
image

Comments

  • Hi,
    Your logo is too big.
    It's 2000px of height.

    To make it whole white, you have to get rid of this image.
    Or make your grid width a 1920px (it's in Theme Options > Global > General), then we can apply a Custom CSS
    Thanks.
  • i made it 1000 px height. 

    still not working

    I just want the nav bar that is already white to be full width white
  • i made the grid 1920 px too
  • I made a Custom CSS for you, but it will be full width only on desktops and maximal to 1920px.
    .menu_wrapper {
    background-color:white !important;
    width:103.5% !important;
    margin-left:-1.5% !important;
    }

    @media (max-width:1240px){
    .menu_wrapper {
    background-color:transparent !important;
    width:100% !important;
    border:0 !important;
    }

    .responsive-menu-toggle{
    color:black !important;
    }
    }
    There is no other option.
    Thanks
Sign In or Register to comment.