earthwindflowermoon Posted June 20 Share Posted June 20 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!! Link to comment
tuanphan Posted June 22 Share Posted June 22 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 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
earthwindflowermoon Posted June 23 Author Share Posted June 23 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 Link to comment
tuanphan Posted June 23 Share Posted June 23 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 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
earthwindflowermoon Posted June 24 Author Share Posted June 24 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? 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