christinedevs Posted January 7, 2022 Share Posted January 7, 2022 Site URL: https://www.alpha-alt.com/home1#services Hi I'm working on a 7.0 site and would like to make the 3 columns on this page (https://www.alpha-alt.com/home1#services) to stack into a single column with padding on either side for tablets. Similarly, on this page https://www.alpha-alt.com/contact-us-new I'd like the locations to become 2 columns on tablet. Link to comment
tuanphan Posted January 8, 2022 Share Posted January 8, 2022 Add to Design > Custom CSS /* tablet */ @media screen and (max-width:900px) and (min-width:641px) { /* services */ section#services-pricing .span-8 { width: 100% !important; } section#services-pricing .span-8 .spacer-block { display: none; } /* Location */ div#block-e8127e97dcc62b666625+.row+.row { & { display: flex; flex-wrap: wrap; justify-content: center; } .span-2:nth-child(n+2):not(:last-child) { width: 35%; } .span-2:first-child, .span-2:last-child { display: none; }}} 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
christinedevs Posted January 8, 2022 Author Share Posted January 8, 2022 @tuanphan Thank you, that's a huge improvement!! On the Services page, is there a way to now make the columns centered? OR if not, to force them to stack? On the Contact Us page, it appears half of the locations no longer show up. Is there a way to make those show up again? 3 columns would be fine. Thank you! Link to comment
tuanphan Posted January 9, 2022 Share Posted January 9, 2022 On 1/8/2022 at 2:20 PM, christinedevs said: @tuanphan Thank you, that's a huge improvement!! On the Services page, is there a way to now make the columns centered? OR if not, to force them to stack? On the Contact Us page, it appears half of the locations no longer show up. Is there a way to make those show up again? 3 columns would be fine. Thank you! You can change 35% to 50% 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