My website majamalmcrona.com has a row of three images displayed on the front page (image blocks). On the mobile version, it currently shows up as only one row of image.
I would like the mobile version to have two rows of images. Anyone know how to go about this?
I've seen the code below been shared a few times with regards to this, but to me it doesn't seem to work...
@media screen and (max-width:767px) {
div#page-section-5eae050ded72103d3af701d9>.row>.col {
width: 50% !important;
float: left !important;
}
}
Do you still need help?
Q1. Add to Design > Custom CSS
/* products 2 columns mobile */
@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1573716009710_3722 .summary-item-list
Question
majamalmcrona 0
Site URL: http://www.majamalmcrona.com/
Hey guys!
My website majamalmcrona.com has a row of three images displayed on the front page (image blocks). On the mobile version, it currently shows up as only one row of image.
I would like the mobile version to have two rows of images. Anyone know how to go about this?
I've seen the code below been shared a few times with regards to this, but to me it doesn't seem to work...
@media screen and (max-width:767px) { div#page-section-5eae050ded72103d3af701d9>.row>.col { width: 50% !important; float: left !important; } }
Link to post
Top Posters For This Question
6
5
4
1
Popular Days
Feb 19
3
Feb 18
2
Feb 22
2
Feb 8
1
Top Posters For This Question
tuanphan 6 posts
majamalmcrona 5 posts
Erlend-fs 4 posts
AnaCalheiros 1 post
Popular Days
Feb 19 2021
3 posts
Feb 18 2021
2 posts
Feb 22 2021
2 posts
Feb 8 2021
1 post
Popular Posts
tuanphan
Add to Design > Custom CSS /* 2 images mobile */ @media screen and (max-width:767px) { div#page-5ebd4058035b3a35aa4a5992 .image-block { width: 50%; float: left !important; clear: no
tuanphan
Do you still need help? Q1. Add to Design > Custom CSS /* products 2 columns mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1573716009710_3722 .summary-item-list
Posted Images
15 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment