Home Forums Pro Themes Nature Bliss Pro Header size and appearance

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #64606
    srosvold
    Participant

    Hello!

    I want to reduce the size of the header white space so there is less white space under the logo. I want to keep the logo the same size.

    In tablet and mobile view, there is a black bar that cuts some of the logo off. How do I remove the black bar so that the logo display properly?

    Thank you!

    Shawn

    #64640
    wensolutions
    Keymaster

    Hello @srosvold,

    To reduce the gap between the logo and the content use below given CSS.

    .site-header {
        padding: 0px;   
    }
    
    #sidebar-front-page-widget-area .widget {
        padding: 0px;
    }

    As for the menu in responsive view, when we inspected the issue in your site URL we were unable to find such issue as you can see in below screenshot:

    https://image.prntscr.com/image/O3W5lmNIRSiMeVDCbmxquw.png

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.