Hi,
is it possible to take out the paddings that i set in the columns of my pages on the mobile version?
There i have way too much space always on the right side.
Or how can i manage that problem?
Many greetings rixi
Hey rixi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.flex_column.av_three_fifth{
padding-right:0px!important;
}}
Best regards,
Jordan Shannon