• Hello,

    I’d like to know how to make the image header full width (so there’s no white space on each side)?

    Thanks a lot for your help!

    • This topic was modified 6 years, 1 month ago by wpaiksas.
Viewing 1 replies (of 1 total)
  • Hi there,

    Add the following under Additional CSS in the Customizer:

    div.header-overlay {
    	margin-right: 0;
    	margin-left: 0;
    	max-width: 100%;
    }
    div.header-overlay img {
    	width: 100%;
    }

    That should do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘Full width image header’ is closed to new replies.