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

    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

    #1278488

    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

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