Viewing 3 replies - 1 through 3 (of 3 total)
  • Cleanforest.co

    (@noamcleanforestsolutionscom)

    Hello,

    To center the image, edit your style.css file on line 46 and change the margin and width as follows:

    img.header-image, .header-image {
    margin:0 auto;
    width: 100%;
    }

    Now when you shrink your website, the image will remain the fill width and centered.

    Please post back in the forums if that worked out for you!

    Thread Starter richard.miller

    (@richardmiller-1)

    Thanks a million, @cfs – that worked like a charm!

    Cleanforest.co

    (@noamcleanforestsolutionscom)

    My pleasure ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header image shrinks when zoomed out, leaves white space’ is closed to new replies.