olliesaward Posted March 29, 2021 Share Posted March 29, 2021 Site URL: https://goby-oarfish-j8jm.squarespace.com/ Password: tuanh3lp Hello, I've notice that on a number of phone browsers my header text jumps size when you scroll (see attached video for reference). I'd like it to look smooth and stay a consistent size when scrolling. If someone could provide some code to inject that would be fantastic. Many thanks, Ollie RPReplay_Final1617008154.MP4 Link to comment
tuanphan Posted April 10, 2021 Share Posted April 10, 2021 You can set fixed size for heading title /* Heading title */ @media screen and (max-width:767px) { div#block-f060dd1f373d13335896 h1 { font-size: 24px !important; } } with div#block.. is block id. You can use this tool to find block id. 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
olliesaward Posted April 12, 2021 Author Share Posted April 12, 2021 Thanks Tuan, this worked perfectly! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.