JaydenCruzL Posted November 13, 2020 Posted November 13, 2020 Site URL: https://www.useinpress.com/plans How can I fix the site header from displaying over the section on mobile with css?
tuanphan Posted November 14, 2020 Posted November 14, 2020 Add to Plans Page Header <style> @media screen and (max-width:767px) { #page section:nth-child(3) { margin-top: 10vh !important; } } </style> 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!)
JaydenCruzL Posted November 20, 2020 Author Posted November 20, 2020 @tuanphan There is now a black spot under the site header. How can I make the black spot go away? I just want the site header to display over the first section.
tuanphan Posted November 20, 2020 Posted November 20, 2020 1 hour ago, JaydenCruzL said: @tuanphan There is now a black spot under the site header. How can I make the black spot go away? I just want the site header to display over the first section. Try reduce 10vh to 9vh, 8vh.. 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!)
JaydenCruzL Posted November 27, 2020 Author Posted November 27, 2020 @tuanphan I did that but it just moves the first section under the site header again. Is there another way to fix this? Here's how I want it to look:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.