Jump to content

move image block: mobile only

Recommended Posts

Site URL: https://hawk-turquoise-bsmb.squarespace.com/

 

Hi! 

On desktop, the image below is position at the bottom of the screen. However, when I switch to mobile view, the image is then position in the middle of all the paragraphs. I understand why this is happening, but hoping I can use css to position the image at the bottom of the paragraphs during mobile view. 

password: coherence 

 

Screen Shot 2022-06-28 at 7.21.46 PM.png

Link to comment
  • Replies 6
  • Views 245
  • Created
  • Last Reply

Top Posters In This Topic

2 hours ago, kaydotjpg said:

Hi @tuanphan we are currently working on the homepage to fix this using image card blocks. 

This image I am referring to below is on the creative manual page. 

Add to Design > Custom CSS

@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1655846029650_8954 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: TranslateX(-50%);
    width: 60%;
}
div#page-section-62ab89459c3c2f10644a9f45 {
    padding-bottom: 250px;
}
}

 

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

(second response) in addition to moving the image above, I have another request that you maybe can help me with as well. When I view the "coaching" page mobile view, there is the image "does this sound like you?" that needs to be moved just under the image of the person

Screen Shot 2022-07-01 at 2.33.37 PM.png

Edited by kaydotjpg
Link to comment

#1. It looks fine to me

image.thumb.png.88df24a4ecb23b3f3d92a28afc5b6e82.png

#2. Add to Coaching Page Header

<style>
  @media screen and (max-width:767px) {
  div#block-yui_3_17_2_1_1656263015712_9404 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99999;
}
div#page-section-62a6518adfa40246cb6fba1c {
    padding-bottom: 150px;
}
  }
</style>

 

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.