I have a section on my homepage that consists of four custom html images in a row as seen here:
However when I view this on mobile it goes into one column like this:
I would like it to be in two columns however so it is a 2x2 square.
thank you for any advice in advance
Solved! Go to the solution
This is an accepted solution.
Thanks for post
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media screen and (max-width: 590px) {
#shopify-section-16110049402d1783e9 .one-quarter {
width: 50%;
}
}
it's my pleasure to help us
User | Count |
---|---|
421 | |
209 | |
144 | |
56 | |
42 |