mgibbons85 Posted October 5, 2021 Posted October 5, 2021 I'm using the Wexley template and want to make the header also react to the browser size and go full-width. I'm using a gallery page here as a homepage. The gallery itself seems to extend to the edge of the page, but the header (with a gallery carousel inside) doesn't seem to. See pic below -the grid of pictures is full width, but the carosel header doesn't go all the way. Any help?
tuanphan Posted October 7, 2021 Posted October 7, 2021 Try adding this to Design > Custom CSS div#headerWrapper { position: absolute !important; top: 0; left: 0; right: 0; padding-top: 60px; padding-left: 60px; padding-right: 60px; } div#pageWrapper { margin-top: 115px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.