Tagged: color section, Images, mobile, padding
Hi Team Enfold,
Great support – THE BEST!!!
I want to create a small padding in my color sections only on mobile view. In a ‘normal’ browser view my images a flush on the top and bottom of the color section. However, when seeing it on a mobile the first image (in the first color section) is NOT flush on the bottom, and the second image is flush on the top.
I want the to color sections to look the same so the the images a not flush on either top or bottom – but only on mobile view.
Thank you
Br
ChangGroup
Hi changegroup!
@media only screen and (max-width: 768px) {
.avia-section .flex_column {
margin-bottom: 0!important;
}
.avia-section .content {
padding-bottom: 0!important;
}}
Cheers!
Yigit
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
#hvem {
padding-top: 50px;
}
}
Cheers!
Josue