mattvrgs Posted May 25, 2021 Share Posted May 25, 2021 Site URL: https://contrabass-minnow-awpf.squarespace.com/ PW: beauty Hello! I have a scrolling banner on my site currently. The only thing is when I go to mobile view the text stacks to 3 lines instead of just staying on one. Is there any way to make it stay as on long line of text? Thanks! Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 Try adding to Design > Custom CSS /* Mobile scroll text */ @media screen and (max-width:767px) { .scroll { white-space: nowrap !important; } } 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
Leah007 Posted May 29, 2021 Share Posted May 29, 2021 @tuanphanI've added the code you suggested and it just cuts off the text 😞 On desktop it shows the full sentence: But on mobile it cuts it off like this: Thank you very much in advance for your help! Link to comment
tuanphan Posted June 1, 2021 Share Posted June 1, 2021 On 5/29/2021 at 11:33 AM, Leah007 said: @tuanphanI've added the code you suggested and it just cuts off the text 😞 On desktop it shows the full sentence: But on mobile it cuts it off like this: Thank you very much in advance for your help! Try this code /* Mobile-scrolling text */ @media screen and (max-width:767px) { .scroll { white-space: nowrap !important; overflow: visible !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment