dariokomazec Posted December 28, 2021 Share Posted December 28, 2021 Hi, I'm working on a new website and I want something like on this image attached with hamburger Menu but when I do this social Icons disappear but I need them on the right. Can someone help me, how can I force mobile icons to be visible on mobile. I have tried to bring them up from footer but I'm not so good with coding. Only what I have achieved was to bring it up with this code but it stays always visible when I scroll down. #block-yui_3_17_2_1_1640688529513_1878{ position: fixed !important; max-width: 150px !important; top: 10px !important; right: 10px !important; padding-top: 50px !important; width: 100% !important; height: 100% !important; } Link to comment
Beyondspace Posted December 28, 2021 Share Posted December 28, 2021 Can you share your site with the protected password to check it together Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
dariokomazec Posted December 28, 2021 Author Share Posted December 28, 2021 Hi, Sorry I can't because it is running website and I have installed the new template to try this out... How can I move the footer block to be at the top of the website? Can someone help me with some code? Link to comment
KwameAndCo Posted December 28, 2021 Share Posted December 28, 2021 You need to share the website if you want us to be able to help you, as @bangank36 said before. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. Some links may be affiliate/referral links. You can also thank me by buying me a coffee ☕. Squarespace Tips & Tricks: @squareskills (Youtube 📺 Tutorials - Resource site coming soon) Link to comment
dariokomazec Posted December 28, 2021 Author Share Posted December 28, 2021 here is the website: https://megalodon-capybera-w4p6.squarespace.com/ password: 12345 This is the code that I have used to bring social icons from footer to header and this is what I want but the problem is that it always stays fixed and I want to behave like the heather on scroll... #block-1fb5bb40728e7dd45230{ position: fixed !important; z-index: 999; top: 10px !important; right: 10px !important; padding-top: 10px !important; width: 100% !important; height: 100% !important; } Link to comment
Solution dariokomazec Posted December 29, 2021 Author Solution Share Posted December 29, 2021 (edited) I have solved the problem: 1. Add social icons to Footer 2. in Styles make Search Icon visable and then hide it with CSS .Icon--search {display: none} 3. Add this code below to site header code injection and change #block-1fb5bb40728e7dd45230 to your own social icons block ID. that's it. <script src="https://code.jquery.com/jquery-3.5.1.min.js" ></script> <script> jQuery(document).ready(function($) { $('#block-1fb5bb40728e7dd45230').insertAfter('.Icon--search'); }); </script> Edited December 29, 2021 by dariokomazec tuanphan 1 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