Jump to content

Force image block above text in mobile

Go to solution Solved by tuanphan,

Recommended Posts

On 11/15/2021 at 2:49 AM, binkrabbitgoods said:

Site URL: https://www.binkrabbitgoods.com/

Hi! I need help forcing an image block above text when switching to mobile for the landing page and "Our Furniture".

Thank you in advnace!

https://www.binkrabbitgoods.com/

https://www.binkrabbitgoods.com/ourfurniture

Hi,

Which image blocks on ourfurniture page?

https://www.binkrabbitgoods.com/ourfurniture

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
  • Solution
1 hour ago, binkrabbitgoods said:

Only the very first image.  I'd like the image to be above "Coming Soon!".

1839811323_ScreenShot2021-11-17at1_16_30PM.thumb.png.ba87f0bbd82327babbec846301ac9c6b.png891121942_ScreenShot2021-11-17at1_16_34PM.thumb.png.c819b02b9f98c53b2b29d8ac715ca385.png

 

Same with the landing page, I'd like the image to be above "HELLO, BUNNY LOVER!"

178751491_ScreenShot2021-11-17at1_18_02PM.thumb.png.47840857160789748888a26330ef534a.png1590816845_ScreenShot2021-11-17at1_18_06PM.thumb.png.3e049d01a7afb78f81a2de76d21ff285.png

 

Cám ơn anh! / Thank you so much in advance!

-Jeni Nguyen

 

 

#1. Add to Design > Custom CSS

/* Our Furniture mobile order */
@media screen and (max-width:767px) {
div#page-section-617ef30a980d1a70be35af2c>.row {
    display: flex;
    flex-direction: column-reverse;
}
}

#2. Can you share link to landing page?

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
18 hours ago, tuanphan said:

#1. Add to Design > Custom CSS

/* Our Furniture mobile order */
@media screen and (max-width:767px) {
div#page-section-617ef30a980d1a70be35af2c>.row {
    display: flex;
    flex-direction: column-reverse;
}
}

#2. Can you share link to landing page?

@tuanphan The landing page is www.binkrabbitgoods.com

Thank you! The code you shared worked for the 'Our Furniture' page!! 

Edited by binkrabbitgoods
Link to comment
On 11/18/2021 at 7:01 AM, binkrabbitgoods said:

@tuanphan The landing page is www.binkrabbitgoods.com

Thank you! The code you shared worked for the 'Our Furniture' page!! 

Add to Design > Custom CSS

/* Coming soon image text oder */
@media screen and (max-width:767px) {
div#page-section-60c8d00d61812f45a0223bbc .span-12 {
    display: flex;
    flex-direction: column;
}
div#block-60c8d00e4f8cbb2d91b9d9df {
    order: 2;
}
div#block-60c8d00e4f8cbb2d91b9d9df+.row {
    order: 1;
}
div#block-yui_3_17_2_1_1628459747483_9108 {
    order: 3;
}
div#block-yui_3_17_2_1_1628459747483_9108~* {
    order: 4;
}
}

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.