IanBanker Posted September 5, 2020 Share Posted September 5, 2020 Site URL: https://santisuk.org Hi, Is there a way to force a button to always stay on top of the page in mobile view? We have both thai and english copies of our pages - I would like the translate button to be immediately accessible on the phone/tablet. Thanks! Link to comment
tuanphan Posted September 5, 2020 Share Posted September 5, 2020 Which buttons? Can you take a screenshot? 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
IanBanker Posted September 10, 2020 Author Share Posted September 10, 2020 On 9/5/2020 at 3:41 AM, tuanphan said: Which buttons? Can you take a screenshot? Hi @tuanphan These buttons, respectively. They are on every page. Link to comment
IXStudio Posted September 10, 2020 Share Posted September 10, 2020 Hi Use this code in Design -> Custom CSS @media screen and (max-width:640px){ div#block-yui_3_17_2_1_1597346525846_18581 { position: absolute; top: 7px; z-index: 9999999; right: 50px; } div#block-yui_3_17_2_1_1597346525846_18581 .sqs-block-button-element--small { background-color: transparent !important; border: 1px solid white; } } Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
IanBanker Posted October 21, 2020 Author Share Posted October 21, 2020 On 9/10/2020 at 11:17 AM, IXStudio said: Hi Use this code in Design -> Custom CSS @media screen and (max-width:640px){ div#block-yui_3_17_2_1_1597346525846_18581 { position: absolute; top: 7px; z-index: 9999999; right: 50px; } div#block-yui_3_17_2_1_1597346525846_18581 .sqs-block-button-element--small { background-color: transparent !important; border: 1px solid white; } } Please use the like button if it helps you! Best, Leopold Is there a way to make this happen on ALL pages without individually figuring out the ID for every button? Link to comment
IXStudio Posted October 21, 2020 Share Posted October 21, 2020 Please add the code and let me know to check it for you. Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.