• Resolved funlovingolsons

    (@funlovingolsons)


    I am trying to adjust the height of the header image as it is very “short”, and can’t seem to expand it. Can anyone help me make it a taller image at the top of my page?

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

    (@themeseye)

    Hello,

    Please add the below CSS code in additional CSS for that follow below steps.

    => Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Add the CSS >> Publish it.

    #header {
    height: 300px;
    }

    .page-template-custom-front-page #header {
    height: auto;
    }

    Thanks.

    Theme Author themeseye

    (@themeseye)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Image Size’ is closed to new replies.