kaydotjpg Posted June 29, 2022 Share Posted June 29, 2022 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 Link to comment
tuanphan Posted June 29, 2022 Share Posted June 29, 2022 Hi. Which page are you referring to? Also, I see some images on homepage is incorrect order on mobile 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
kaydotjpg Posted June 30, 2022 Author Share Posted June 30, 2022 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. Link to comment
tuanphan Posted June 30, 2022 Share Posted June 30, 2022 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 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
kaydotjpg Posted July 1, 2022 Author Share Posted July 1, 2022 Hi @tuanphan unfortunately the code moves the image on mobile, but not to the bottom, rather on top of the paragraphs. I attempted to mess with the code but counldn't figure it out Link to comment
kaydotjpg Posted July 1, 2022 Author Share Posted July 1, 2022 (edited) (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 Edited July 1, 2022 by kaydotjpg Link to comment
tuanphan Posted July 2, 2022 Share Posted July 2, 2022 #1. It looks fine to me #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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment