For the life of me I've been trying to change the way Image block:Card looks in mobile view, because right now it sucks! I've searched everywhere but can't find an answer. Can somebody help me out?
I want it to look stacked; img above, text under - width of both fit to screen.
Remove or comment out the following CSS at the top of your Custom CSS.
@media only screen and (max-width: 640px) {
.sqs-block-image {
width:20%;
margin: 0 auto
}
}
Let u
Question
LIZZY-pa 2
Site URL: https://www.lizzy-pa.com/home
For the life of me I've been trying to change the way Image block:Card looks in mobile view, because right now it sucks! I've searched everywhere but can't find an answer. Can somebody help me out?
I want it to look stacked; img above, text under - width of both fit to screen.
Thanks in advance!
Link to post
Top Posters For This Question
2
2
Popular Days
Oct 26
4
Top Posters For This Question
LIZZY-pa 2 posts
creedon 2 posts
Popular Days
Oct 26 2020
4 posts
Popular Posts
creedon
Remove or comment out the following CSS at the top of your Custom CSS. @media only screen and (max-width: 640px) { .sqs-block-image { width:20%; margin: 0 auto } } Let u
LIZZY-pa
@creedon OMG. Hahah I suck. Thank youuuuu!
creedon
🙂 No worries! I lose track of what I've done sometimes also!
Posted Images
3 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