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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
a2lyons Posted October 12, 2020 Author Share Posted October 12, 2020 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! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.