jenniferhuebler Posted August 12, 2023 Share Posted August 12, 2023 Has anyone found a way to stop the site header from covering up part of a first section background video? Link to comment
DPruitt Posted August 14, 2023 Share Posted August 14, 2023 You can, but you'll need Custom code to accomplish it... Link to comment
jenniferhuebler Posted August 14, 2023 Author Share Posted August 14, 2023 Managed it and thought I'd share my solution for anyone else dealing with this. I did a blank image section, set the row count to one, both gaps to zero, the height to one, deleted the default image, and set the background to the same color as my header background. Then I identified the section id and inserted this bit of code on page's advanced settings: <style> [data-section-id="your section id number"]>.content-wrapper { height: 0 !important; padding: 0 !important; } </style> tuanphan 1 Link to comment
MEKEnt Posted August 27 Share Posted August 27 Hey @jenniferhuebler After publishing your site with these changes have you noticed any delay in loading the webpages? Every time I've gone through the site preview the white block appears for a short period of time before going back to the intended layout that this fix was meant to accomplish. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment