nancydoble Posted April 2, 2021 Share Posted April 2, 2021 Site URL: https://www.focyourself.com Hi! Trying to find a way to make my logo permanently float on screen? And if you were to click onto the image it would link back to the homepage ! Link to comment
derricksrandomviews Posted April 2, 2021 Share Posted April 2, 2021 (edited) If you make the proper image of your icon then you can use this method to put it in the bottom right, this will take viewers to the top of the page as opposed to the home page but that wouldn't be bad would it? https://www.will-myers.com/articles/building-a-back-to-top-button-in-squarespace Edited April 2, 2021 by derricksrandomviews Link to comment
nancydoble Posted April 7, 2021 Author Share Posted April 7, 2021 Thanks for this. It wasn't quite what I had in mind. Hoping for something similar to this : https://www.simonmillerusa.com Link to comment
tuanphan Posted April 12, 2021 Share Posted April 12, 2021 On 4/7/2021 at 5:52 PM, nancydoble said: Thanks for this. It wasn't quite what I had in mind. Hoping for something similar to this : https://www.simonmillerusa.com Addt o Design > Custom CSS /* Float logo */ .header-title-logo { position: fixed; bottom: 20px; right: 20px; z-index: 20000; } 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
GB-88website Posted September 18 Share Posted September 18 Is there a way to make this happen only on the mobile version? Link to comment
tuanphan Posted September 21 Share Posted September 21 On 9/19/2023 at 2:30 AM, GB-88website said: Is there a way to make this happen only on the mobile version? Change code to this @media screen and (max-width:767px) { /* Float logo */ .header-title-logo { position: fixed; bottom: 20px; right: 20px; z-index: 20000; } } 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