Madisonlee Posted July 6, 2020 Share Posted July 6, 2020 Site URL: https://www.loveleecreative.com My mobile view has a lot of white space above and below items. I have adjusted the padding in site settings, but then it is too small for website view. I need a custom code that I can target at specific blocks to remove this extra space that is showing up on the top and bottom of items. Any ideas? Link to comment
tuanphan Posted July 6, 2020 Share Posted July 6, 2020 Can you share access password? 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
Madisonlee Posted July 6, 2020 Author Share Posted July 6, 2020 @tuanphan password is : lee Link to comment
tuanphan Posted July 7, 2020 Share Posted July 7, 2020 9 hours ago, Madisonlee said: @tuanphan password is : lee Which block? Can you take a screenshot? 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
Madisonlee Posted July 7, 2020 Author Share Posted July 7, 2020 On 7/7/2020 at 5:11 AM, tuanphan said: Which block? Can you take a screenshot? @tuanphansee the attached screenshots, I just feel like every page has far too much spacing. I also really want to reduce the amount of space my footer has on mobile. Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 Try adding this to Home > Design > Custom CSS @media screen and (max-width:640px) { .spacer-block { display: none !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
Madisonlee Posted July 16, 2020 Author Share Posted July 16, 2020 On 7/15/2020 at 10:52 AM, tuanphan said: @media screen and (max-width:640px) { .spacer-block { display: none !important; } } @tuanphan It messed with the banners rather than the content itself. Any other thoughts? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.