• Resolved featheranest

    (@featheranest)


    I would like to add another image that is smaller height than the 500pixel height in the image. I would like my new image to have a height of 300pixels. How do I change the height of this “container” header area?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Styled Themes

    (@gejay)

    Dear featheranest,

    Thank you for contacting Styled Theme support Team.

    You can add this css on additional css of customizer if you are using WordPress 4.7 or on child theme style.css so your changes will not lost ont heme update

    .flat_responsive_header #fr-banner {
        min-height: 300px;
    }

    Let us know if you have any question or queries regarding to our Styled Themes.

    Thanks

    Thread Starter featheranest

    (@featheranest)

    Thank you. I appreciate your help.

    Theme Author Styled Themes

    (@gejay)

    Great to hear that Featheranest.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header image height change’ is closed to new replies.