Ccr1570048706 Posted July 1, 2019 Share Posted July 1, 2019 Hi all! I'm having a slight issue with Kent. I'm happy with the way my site looks on desktop, but as soon as I move to mobile, a pretty unsightly gap appears between the top navigation and the body of the site (see screenshot). It may be an issue with the Site Title (I haven't been able to successfully remove it, and instead made it as small as possible) but I'm not certain. Any idea what sort of custom CSS I can use to remove or reduce this space? site here: https://www.withlove-newyork.com/ Thank you! Link to comment
tuanphan Posted July 2, 2019 Share Posted July 2, 2019 @Ccr @media only screen and (max-width: 640px) { header#header { display: none; } section#page { margin-top: 0 !important; } div#mobileMenuLink { padding-bottom: 0 !important; } } 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.