Jump to content

Fixing layout in tablet view

Recommended Posts

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

1710519574_Screenshot2022-08-16at13_36_51.thumb.png.88691aea1724c1a0744bcd2a16313287.png1245640688_Screenshot2022-08-16at13_36_03.thumb.png.aa4397490af23b4051467730cea7b97b.png511281318_Screenshot2022-08-16at13_36_29.thumb.png.e3acc3c948c9e77fdb1ff50e91ee77e5.png

 

 

Link to comment

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;
}
}

 

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
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! 🙂

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.