Abby_EveryStory Posted June 29, 2022 Share Posted June 29, 2022 Site URL: https://www.everystory.co.uk Hello! Is it possible to change the layout on the homepage of the 'Feature' section to be 2-columns? Just like the 'Shop' layout which automatically changes to that in mobile view. (Image attached) It currently stacks images so each one shows as the full width, which makes for too much scrolling! Website is Version 7.0– Brine family (Marta template) https://www.everystory.co.uk Thanks so much for any advice! Link to comment
ghemachandar Posted June 29, 2022 Share Posted June 29, 2022 Can you put the following code in DESIGN > Custom CSS? It *might* work! @media screen and (max-width: 640px){ #page-60db4a11f2dfbb34602d3bd0 .sqs-layout [class*=sqs-col] { float: left !important; width: 50% !important; } } Hire me Link to comment
ghemachandar Posted June 29, 2022 Share Posted June 29, 2022 Actually, try this one: @media screen and (max-width: 640px){ #page-60db4a11f2dfbb34602d3bd0.sqs-layout [class*=sqs-col] { float: left !important; width: 50% !important; } } Abby_EveryStory 1 Hire me Link to comment
Abby_EveryStory Posted June 29, 2022 Author Share Posted June 29, 2022 That worked perfectly! Thank you so much for your help and speedy reply. Best wishes! Abby 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