Hi there!
Can you please show me how to add custom top and bottom padding to my 1/2 column on mobile view?
This is the page:
I would like to reduce the space between the photo and the text below it on mobile view.
Current column settings are:
Equal Height
Middle Vertical Alignment
No space between columns
Hey Archie,
Best regards,
Victoria
Hi Victoria!
Thank you for your response!
I would like to reduce the bottom padding of the image, and reduce the top padding of the text. Image and text are inside a 1/2 column section each.
At the moment I feel that there is too much whitespace in between the photo and the text below it.
Thanks!
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-1 {
margin-bottom: 0px !important;
}
}
Please clear your browser cache and check.
Best regards,
Mike
Hey Mike!
Thank you so much for your response! Unfortunately, after clearing my mobile browser cache and cookies, I still do not see any changes. Please advise.
Thank you!
Hi,
I added this css, Please clear your browser cache and check.
@media only screen and (max-width: 767px) {
.responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-3 {
margin-bottom: 0px !important;
margin-top: -40px !important;
}
}
Best regards,
Mike
Hey Mike!
Thank you so much for your response. This is perfect! Thank you! :)
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let u know here in the forums.
Best regards,
Jordan Shannon