JeanettePidiDesign Posted July 15, 2020 Share Posted July 15, 2020 (edited) 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! Edited July 15, 2020 by JeanettePidiDesign 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 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
JeanettePidiDesign Posted July 15, 2020 Author Share Posted July 15, 2020 Ah, yes! Sorry. https://www.jeanettepididesign.com/our-studio Link to comment
Solution tuanphan Posted July 15, 2020 Solution 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 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
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. JeanettePidiDesign 1 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