earthwindflowermoon Posted June 20, 2023 Posted June 20, 2023 Hi, I have a gallery within an index page that I need to stack on tablet. It views fine on mobile, albeit I need to also get rid of a white space area (see screenshot). The tablet view cuts off all info and I would just like it to feature 1 column, not 3. Any help here would be most appreciated! Thanks!!
tuanphan Posted June 22, 2023 Posted June 22, 2023 What is page url? We can check easier 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!)
earthwindflowermoon Posted June 23, 2023 Author Posted June 23, 2023 Thanks for your reply tuanphan. The page of concern is the homepage - you can view here https://www.maharishischool.vic.edu.au/ or here https://maharishischool.squarespace.com/ for in-built domain (not sure which you need). Thank you
tuanphan Posted June 23, 2023 Posted June 23, 2023 Add to Design > Custom CSS /* Tablet Stacked Columns */ @media screen and (max-width:900px) and (min-width:641px) { section#info-home article.Index-gallery-item { width: 100% !important; } body, html { overflow-x: 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!)
earthwindflowermoon Posted June 24, 2023 Author Posted June 24, 2023 Thank you ~ it stacked the gallery on tablet view however there is now a double scroll bar on the right. When I remove the code it goes back to normal. Any way of fixing this?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment