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. olliesaward and goodmajick 2 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
olliesaward Posted April 12, 2021 Author Share Posted April 12, 2021 Thanks Tuan, this worked perfectly! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment