Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #605560

    Hi Yigit. Can you help us with one responsive bug. Here is the problem.

    #606025

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.