Forums
Home / Theme: Ixion / Full width image header
(@wpaiksas)
6 years, 1 month ago
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!
(@kokkieh)
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.