allister Posted November 27, 2019 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
tuanphan Posted November 28, 2019 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
allister Posted November 28, 2019 Author Posted November 28, 2019 Fantastic, does the job perfectly, thank you very much!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.