jacobcuz Posted January 21, 2020 Share Posted January 21, 2020 Hello all! I'm currently in the process of designing my portfolio website and I've noted that there is too much of a gap between the header and portolfio on my home page. I'd like to reduce the gap between the portfolio and the header. I've gone through all the settings but they all seem to counter act each other. Having spoken to the Customer Support team, they said that I'd need to have some coding to reduce this gap. I'm pretty new to this all so was wondering if anyone had any help in what coding I can insert to reduce the gap? My apologies if it's very simple - I'm fairly new to all this!I'm using the Novo template. Thanks for your help! Jacob. Link to comment
tuanphan Posted January 21, 2020 Share Posted January 21, 2020 Difficult to help without site url. 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
jacobcuz Posted January 21, 2020 Author Share Posted January 21, 2020 I havent subscribed yet, is there anyway to share the site without publishing? Thank you! Link to comment
lola_rojo Posted January 21, 2020 Share Posted January 21, 2020 Hey. Greetings from Buenos Aires! I'm having exactly the same problem. 😔 Managed to tweak it on my mobile with this code: @media screen and (max-width:640px) { #headerWrapper header { padding-bottom: 10px; } } But the gap still remains on my site. lolarojo.com Any ideas will be much appreciated. Thanks! Link to comment
tuanphan Posted January 22, 2020 Share Posted January 22, 2020 9 hours ago, lola_rojo said: Hey. Greetings from Buenos Aires! I'm having exactly the same problem. 😔 Managed to tweak it on my mobile with this code: @media screen and (max-width:640px) { #headerWrapper header { padding-bottom: 10px; } } But the gap still remains on my site. lolarojo.com Any ideas will be much appreciated. Thanks! you can remove media query to apply on all devices #headerWrapper header { padding-bottom: 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.