EventDen Posted June 15, 2022 Share Posted June 15, 2022 (edited) Site URL: https://www.eventden.com.au Hello! I have two sections on the home page that stack on mobile and I want to keep them all in Line going across the screen. For the hire I'd prefer a grid but for Our Work I'd like to keep the 4 images and title all across the screen. What code can I use to do this? Edited June 15, 2022 by EventDen site incorrect Link to comment
tuanphan Posted June 15, 2022 Share Posted June 15, 2022 4 hours ago, EventDen said: Site URL: https://www.eventden.com.au Hello! I have two sections on the home page that stack on mobile and I want to keep them all in Line going across the screen. For the hire I'd prefer a grid but for Our Work I'd like to keep the 4 images and title all across the screen. What code can I use to do this? Which sections are you referring to Can you take a screenshot? 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
EventDen Posted June 15, 2022 Author Share Posted June 15, 2022 see attached. -on mobile they all stack in large images Link to comment
tuanphan Posted June 15, 2022 Share Posted June 15, 2022 4 hours ago, EventDen said: see attached. -on mobile they all stack in large images Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-625a9a44bdf9707ed85fd987 .span-2 { width: 25% !important; float: left !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment