• Resolved mikeedwards13

    (@mikeedwards13)


    By default, the size of the header image varies with the width of the browser page. Is there a way to force the image size to be fixed? In particular I’d like the image height to always be the same and if the browser page is too narrow, simply have the right hand side of the image be cut off at the page edge – in other words, more of the image comes into view as the page is widened by the user, but nothing else changes.

    Many thanks, Mike.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    This happens to make the theme responsive for mobile devices.

    Looking at the themes demo page you could do something like this:

    #main-header{background-size: 80px 60px;}

    The first value is width and the second height, set them accordingly.

    Hope this helps. ??

    Theme Author Andrés Villarreal

    (@andrezrv)

    The solution is just what Timothy says. Thanks to both of you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I fix the size of the Header image?’ is closed to new replies.