Hi,
I’m using showtime theme on our website www.loveyourbed.co.uk. On mobile there is 2 rows of products, however i would like to change this to just one. I cant find the solution to this. I have got it to state there is 1 column on the settings but this doesn’t make a difference. Can anyone help me with this?
This is how it currently looks at the moment,
Regards
Peter
Hello @Ellie123
Go to Online Store → Theme → Edit code → theme.liquid
Copy and Paste the below code before
Hello @Ellie123
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid theme file.
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
@Ellie123 - add this css to the very end of your styles.css file and check
@media only screen and (max-width: 749px) {
.collection-grid .col-lg-6.col-md-6.col-sm-6.col-xs-6.element.mb30{width: 100%!important;}
}
Superb, they all work, thanks for the replies, much apprecaited!