Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi Gunu,

    Since there is so little CSS that is applied by default, it should be relatively easy to add some custom CSS and get the aesthetic you are looking for. I have the Executive Pro child theme setup on a demo site so I might be able to help you out. What Genesis Hook are you using and what kind of content are you looking to add?

    Nick

    Thread Starter Gunu

    (@grafcom)

    Hello ndiego,

    Thank you for your response.

    I use genesis_after_header and I want to place a custom image (1140 x 239 px) on a page with the Header Image function.

    You got me pointed in the right direction. I placed the following value in the Custom Header CSS

    .gch-header-image-inner {
       display: inline-block;
       position: relative;
       max-width: 100%;
    }

    Now it works!

    Thank you

    Plugin Author Nick Diego

    (@ndiego)

    Awesome! Please let me know if you have any more questions/issues. I am here to help.

    Best,
    Nick

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