Paul_in Posted February 16, 2021 Share Posted February 16, 2021 Site URL: https://www.casegoods.in/ Hi Everyone, I've been trying to solve that on my own with answers I found on this forum but unfortunately nothing worked. I made a footer with 3 blocks and I would simply like a different block order for the Phone version. This is the screen version which is fine This is the automatic rearrangement on the phone version And this is what I would like to achieve, swapping the "About" block with the "insta + mail icon" block. Would someone have the right code for that ? Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 Hi. You can add a more social block under Resource link. Then let me know Then we will give the code to show it on mobile only (&hide collection social on mobile as well) 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
Paul_in Posted February 18, 2021 Author Share Posted February 18, 2021 Ha yes I had not thought about that trick thanks ! I think I know the right code for that I used it for some other parts of the website. I'll try and post the result here wether I succeed or not 🙂 tuanphan 1 Link to comment
Paul_in Posted February 23, 2021 Author Share Posted February 23, 2021 This is done, I placed twice the "social links block" in both position and then one is hidden for the screen/tablet and the other one is hidden for the phone version. Thanks for the hint tuanphan ! /*Footer - Social links order screen/phone fix*/ @media screen and (max-width: 640px){ #block-yui_3_17_2_1_1591436221045_7428 { display:none !important; }} @media screen and (min-width: 640px){ #block-yui_3_17_2_1_1614055704344_21959 { display:none !important; }} 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