a2lyons Posted October 12, 2020 Share Posted October 12, 2020 Site URL: http://amyroperlyons.com I want to remove the large blank spaces above and below the my Site Title (AMY ROPER LYONS) on mobile (see image attached). There are no big spaces on desktop or tablet view. I tried all the code I could find on this forum that seemed to apply to this situation but nothing had any effect. Web address is http://amyroperlyons.com if you want to look. Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { header#header { padding-top: 0 !important; margin-bottom: 0; } h1.logo { font-size: 40px !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
a2lyons Posted October 12, 2020 Author Share Posted October 12, 2020 (edited) Thanks very much, Tuan! The code you suggested: @media screen and (max-width:767px) { header#header { padding-top: 0 !important; margin-bottom: 0; } h1.logo { font-size: 40px !important; } } worked perfectly and the body images and text now appear much closer to the Site Title on mobile. Thanks! Edited October 12, 2020 by a2lyons 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