Andyjk Posted August 16, 2022 Share Posted August 16, 2022 Site URL: https://www.andykerrphotography.com/reviews I've added a new page to my site 'reviews'. The layout looks as I want on desktop, is acceptable on mobile, but terrible on tablet (where it shows small images and text in a messy layout). I want the layout on tablet to look like the desktop. I use a 7.0 template (Basil, which is part of the Brine family). Screenshots included. Any advice would be very much appreciated - thanks in advance Link to comment
tuanphan Posted August 18, 2022 Share Posted August 18, 2022 Try adding to Design > Custom CSS @media screen and (max-width:900px) and (min-width:641px) { body#collection-62f384bd8c0b5c374bd187ac .row .col { width: 100% !important; } div#page-62f38a56408db84cccc0f788 .span-12>.row { display: flex; flex-direction: column-reverse; } } Andyjk 1 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
Andyjk Posted August 18, 2022 Author Share Posted August 18, 2022 50 minutes ago, tuanphan said: @media screen and (max-width:900px) and (min-width:641px) { body#collection-62f384bd8c0b5c374bd187ac .row .col { width: 100% !important; } div#page-62f38a56408db84cccc0f788 .span-12>.row { display: flex; flex-direction: column-reverse; } } Thank you so much. This has worked perfectly! 🙂 tuanphan 1 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