AshM13 Posted October 19, 2023 Share Posted October 19, 2023 Hi there, I am working on a site and I am trying to place an image block at the top of the page (so it rests along the bottom of the header). I do not want space between the header (on mobile or desktop) and the image. In the Editor, it looks like this design has been achieved , but when I review on Chrome there is a space. Please see attached screenshots. URL: https://heidihulbigtherapy.com/services-ash-talk Any ideas on what could be causing this AND?/OR how to adjust with CSS? Thanks so much! Ash Link to comment
AshM13 Posted October 20, 2023 Author Share Posted October 20, 2023 (edited) @tuanphan or @paul2009 I tried to target the section with the following code but it's not working. Maybe it's different with Fluid Engine? It was able to adjust when inspected (see screenshot) but can't figure out the code to target what I need. section[data-section-id="6526d7f6efd454325ca2750d"] .content-wrapper { padding-top:0px !important; } Any suggestion would be super appreciated! Edited October 20, 2023 by AshM13 Link to comment
Solution tuanphan Posted October 21, 2023 Solution Share Posted October 21, 2023 Add to Website Tools (under Not Linked) > Custom CSS [data-section-id="6526d7f6efd454325ca2750d"] { padding-top: 0px !important; } 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!) Link to comment
AshM13 Posted October 24, 2023 Author Share Posted October 24, 2023 @tuanphan That worked. Thanks so much! 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