Tagged: column padding, mobile, mobile padding
Hi
My site is built of columns with 40px padding. I need to change that for mobile devices, but can’t find the right css.
tried this code:
@media only screen and (max-width: 767px) {
.flex_column.av_three_fifth.flex_column_div.avia-builder-el-2.el_after_av_one_fifth.el_before_av_one_fifth {
padding: 20px;
}}
but didnt’ seem to work.
Can you help me out?
Thanks
Nancy