Jump to content

Change of block order in phone layout - footer

Recommended Posts

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

Screen.thumb.jpg.a8f328e0c7eb5325e134fc1d70704e95.jpg

 

This is the automatic rearrangement on the phone version 

 Phone_Actual.thumb.png.8068b61ac084b3d897dbb5bf6cc70de7.png

 

And this is what I would like to achieve, swapping the "About" block with the "insta + mail icon" block. 

Phone_desired.thumb.jpg.4990d51e15a3ef0e4617e28460fe2511.jpg

 Would someone have the right code for that ? 

 

 

 

Link to comment
  • Replies 3
  • Views 278
  • Created
  • Last Reply

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.