Flexible Height for Header

  • Unknown's avatar

    The theme says it allows headers with a full width and custom height- I am looking to change the height of the header but can’t find the option to do so. Anyone know how to help?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    You can use Custom CSS function in order to change the height of the header if your plan for WordPress.com is Premium plan or Business plan.

    If you are able to use Custom CSS function, please follow this instruction and you can add the CSS code below.

    .site-header {
        height: 400px;
    }

    Though I set 400px as height, but you can adjust the value of pixel whatever you want. Thanks.

  • The topic ‘Flexible Height for Header’ is closed to new replies.