JeanettePidiDesign Posted July 15, 2020 Share Posted July 15, 2020 Site URL: https://www.jeanettepididesign.com/our-studio Hello! On my site, I have a slideshow gallery next to text box. This looks good at desktop size, however, at tablet size, the gallery is small and the text is crammed next to it. Is there a way to force the text box to sit below the gallery (like it does on mobile) at tablet size? Attached are some screenshots. Thanks! Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 can you share link to page in screenshot? I don't see them on homepage 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
JeanettePidiDesign Posted July 15, 2020 Author Share Posted July 15, 2020 Ah, yes! Sorry. https://www.jeanettepididesign.com/our-studio Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-59148771db29d64eb7b4c9c3>.row:nth-child(1)>.col { width: 100%; } } 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
JeanettePidiDesign Posted July 15, 2020 Author Share Posted July 15, 2020 27 minutes ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-59148771db29d64eb7b4c9c3>.row:nth-child(1)>.col { width: 100%; } } Thank you! This worked perfectly. If I didn't want the now stacked gallery and text box to take up the full width of the window, would I be able to make it narrower? Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 you can change 100% to 70%,.. and add margin: 0 auto; to center them. 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
Archived
This topic is now archived and is closed to further replies.