• Resolved swativijayan

    (@swativijayan)


    Hello,

    I want to reduce the height of the header, i.e. the are just above the slider where we have logo and other menu options. I want to reduce the height of this area. How can I go about doing that?

    Thanks,
    Swati Vijayan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mahvash Fatima

    (@mahvash-fatima)

    Hi swativijayan,

    Please follow the steps below to reduce the height of the header

    • Navigate to WordPress Dashboard > Appearance > Customize > Custom CSS
    • Add the following code into the CSS textarea
    .powen-nav, .site-branding {
        padding: 0;
    }
    • Click “Save & Publish”

    You can increase or decrease the value of the padding whatever suits you the most, e.g. padding: 10px;

    hi,

    I too would like to reduce the size of the header, I pasted the code from custom css but it does not work how it is done?

    thanks

    site: https://beautyandclic.fr/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce the header height?’ is closed to new replies.