Is there any way to reduce the space which is generated between columns in the mobile modus?
I am using two 2/5 and one 1/5 column in a row. Between the second 2/5 column and the 1/5 column is in mobile version a (too) big space.
Sure, I posted the link in private content section as the site isn’t launched yet.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.post_delimiter {
display: none;
}
.av_promobox {
margin: 0;
}}
Best regards,
Yigit
Hi Yigit,
thank you very much for your quick response! I am happy with your support.
Best wishes!