Hi, how do I Reduce padding mobile for the our mission section on homepage?
Hey khrntanya,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .flex_cell.av-aaju7-a2b12b914871cfa296a207a365df0f56 {
padding: 20px 10px 20px 10px !important;
}
}
Best regards,
Rikard
Thanks, I added that code and cleared the cache but things are looking the same.
Hi,
You can set the padding for each cell and screen size in the element options, please check the Styling tab then screen type icons.
Best regards,
Rikard
Thank you! I see the issue now.