bonjourcyn Posted July 28, 2020 Share Posted July 28, 2020 Site URL: https://nadae.squarespace.com/ I am having an issue with the mobile preview of my website. I have my redbubble page embedded on my website and on the desktop version, I like it. But on the mobile version it keeps extending past the width of the device and looks awful. Is there a way to get the mobile version to stack vertically instead of horizontally? Thank you for any help! Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 Try adding to Home > Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1595707690022_12027 iframe { width: 100%; overflow: hidden; } } 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
bonjourcyn Posted July 28, 2020 Author Share Posted July 28, 2020 This worked! Thank you! Link to comment
bonjourcyn Posted July 28, 2020 Author Share Posted July 28, 2020 @tuanphan the last image is cutting off at the bottom of the page. Is there a way to adjust that? Thank you again! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.