BennyCorrigan Posted June 1, 2022 Share Posted June 1, 2022 Site URL: https://cow-octahedron-4g82.squarespace.com/about When I reduce my screen the image cards on the about page do not adjust to the stacked mobile version. Is there a way to make these images stack above the text at a certain breakpoint on desktop view? Thanks! Link to comment
tuanphan Posted June 2, 2022 Share Posted June 2, 2022 Add to Design > Custom CSS /* Stacked from 768px to 1024px */ @media screen and (min-width:768px) and (max-width:1024px) { div#page-section-628d8a9bc73f3027778dd19f figure { flex-direction: column; } div#page-section-628d8a9bc73f3027778dd19f figure>* { width: 100% !important; } } 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
BennyCorrigan Posted June 3, 2022 Author Share Posted June 3, 2022 Thank you so much for your reply. This is working now, but on desktop when the screen is reduced in width there is very little space between the images and titles, is there code to increase this padding? Also the 1st and third people descriptions appear indented compared to the second one? Any help is great appreciated, Link to comment
tuanphan Posted June 10, 2022 Share Posted June 10, 2022 On 6/4/2022 at 2:04 AM, BennyCorrigan said: Thank you so much for your reply. This is working now, but on desktop when the screen is reduced in width there is very little space between the images and titles, is there code to increase this padding? Also the 1st and third people descriptions appear indented compared to the second one? Any help is great appreciated, Hi. Can you take a screenshot of problem? 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
geearias Posted June 17, 2022 Share Posted June 17, 2022 @tuanphan For me, on this sites cards, the preview shows stacked, but not once I check on my iPhone. I tried this code and it didn't work as well. All of the cards are showing the screenshot attached. https://www.packtraining.com/first-timers Any help appreciated! Link to comment
tuanphan Posted June 18, 2022 Share Posted June 18, 2022 On 6/18/2022 at 5:15 AM, geearias said: @tuanphan For me, on this sites cards, the preview shows stacked, but not once I check on my iPhone. I tried this code and it didn't work as well. All of the cards are showing the screenshot attached. https://www.packtraining.com/first-timers Any help appreciated! Above code for tablet only. WIth mobile, you need to change this line Quote @media screen and (min-width:768px) and (max-width:1024px) to this Quote @media screen and (max-width:768px) 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment