Hi Yigit. Can you help us with one responsive bug. Here is the problem.
Hey corneliaboehm!
Please edit your column and give it a custom CSS class – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and then add following code to Quick CSS
@media only screen and (max-width: 480px) {
.your-custom-class {
padding: 20px 0;
}
.your-custom-class .avia_textblock {
text-align: center;
}}
Cheers!
Yigit