cvanuch Posted July 29, 2020 Share Posted July 29, 2020 Site URL: https://matey.app Hi, does anyone know how to prevent the top header bar from shifting and changing size when scrolling on mobile? I notice that it also causes the text below it to shift position. I've attached a video. My site is on 7.1. Thanks! RPReplay_Final1596062740.MP4 Link to comment
tuanphan Posted July 31, 2020 Share Posted July 31, 2020 Add to Home > Design > Custom CSS .header-announcement-bar-wrapper { padding: 6vw !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
cvanuch Posted August 1, 2020 Author Share Posted August 1, 2020 @tuanphan Works great! Would you be able to tell me how to do it on my other website? https://bricktechstudios.com Link to comment
cvanuch Posted August 1, 2020 Author Share Posted August 1, 2020 @tuanphan Also, it looks like the code you gave me affected the header height on desktop. Is there a way to fix this? I've attached a screenshot. Link to comment
tuanphan Posted August 1, 2020 Share Posted August 1, 2020 7 hours ago, cvanuch said: @tuanphan Works great! Would you be able to tell me how to do it on my other website? https://bricktechstudios.com new code @media screen and (max-width:767px) { .header-announcement-bar-wrapper { padding: 6vw !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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.