allister Posted November 27, 2019 Share Posted November 27, 2019 Hi there, I'm trying to find a way to reduce the amount of space between the bottom of the header and the initial content, in this case an image, when viewing my site on mobile. Has anyone had any success reducing this with customisation on the Avenue template? Any info/code appreciated 🙂 Site is: allisterfreeman.co.uk Thanks, Al Link to comment
tuanphan Posted November 28, 2019 Share Posted November 28, 2019 @allister add to home > design > custom css @media screen and (max-width:640px) { header#header { margin-bottom: 0; } div#block-yui_3_17_2_1_1572983419367_21750 { margin-top: 0; } }  Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
allister Posted November 28, 2019 Author Share Posted November 28, 2019 Fantastic, does the job perfectly, thank you very much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.