justinpheap.co Posted January 31, 2020 Posted January 31, 2020 Site URL: http://www.mitchbakker.com I'm running into a problem where two Index Sub-Pages are not retaining proper padding when scaled for mobile only. Specifically, the third sub-page which includes a quote (/book) is improperly laying over the second sub-page (/about) which has an Image Block with Overlap design. Please see SS where the Quote is way too far up... I have checked the Site Styles > Padding, all seems in order. Any suggestions? Am I missing something? Thanks!
tuanphan Posted February 1, 2020 Posted February 1, 2020 you used margin-top: -300px edit it to @media screne and (min-width:641px) { #book { margin-top: -300px; padding-bottom: 0px } } @media screne and (max-width:640px) { #book { margin-top: -100px; padding-bottom: 0px } } 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!)
justinpheap.co Posted February 1, 2020 Author Posted February 1, 2020 Yep. I did. I sure did. Gah! Forgot I put that in at the very beginning of the project. SMH. Thanks for helping @tuanphan!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.