I was able to get the 2 column mobile default to collapse into a single column using the code below, however the thumbnail images are off center to the right. I believe the overflow is hiding the portion of the image on the right. Is there a way to center the image within the container?
// mobile single column
@media only screen and (max-width: 767px) {
#projectThumbs .project {
width: inherit;
}
#projectThumbs .wrapper {
overflow: hidden;
}
}
Question
MMDesign 0
Site URL: https://marisaannmccabe.com/
Hi,
I was able to get the 2 column mobile default to collapse into a single column using the code below, however the thumbnail images are off center to the right. I believe the overflow is hiding the portion of the image on the right. Is there a way to center the image within the container?
// mobile single column
@media only screen and (max-width: 767px) {
#projectThumbs .project {
width: inherit;
}
#projectThumbs .wrapper {
overflow: hidden;
}
}
Thanks!
Link to post
Top Posters For This Question
3
2
Popular Days
May 6
2
May 5
1
May 7
1
May 8
1
Top Posters For This Question
MMDesign 3 posts
tuanphan 2 posts
Popular Days
May 6 2020
2 posts
May 5 2020
1 post
May 7 2020
1 post
May 8 2020
1 post
Posted Images
4 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