Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Space between layout elements #1242385

    Hi,

    no thanks the problem is solved. You can close this ticket.

    Best regards,
    Gerald

    in reply to: Space between layout elements #1242177

    Hi Victoria,

    thank you that almost worked. I had to add “!important;” at the end.

    For others with this problem. This is the working code:

    
    @media only screen and (max-width: 767px) {
        .responsive #top .container .av-content-small,
         .responsive #top #wrap_all .flex_column,
         .responsive #top #wrap_all .av-flex-cells .no_margin,
         .responsive .content {
                margin-bottom: 0px!important;
         }
         .responsive .content {
             padding-bottom: 0px!important;
         }
    }
    
    • This reply was modified 4 years, 10 months ago by KatrinHei.
    in reply to: Space between layout elements #1241720

    Thanks that solved my first problem.

    But the bigger one is the second: on this site https://www.heinisch-weber.at/schwerpunkte/ I don’t want any space between the elements in mobile view like it is in desktop view:
    Space between elements
    It seems there is also a bottom margin? Why is there no option in the element for it?
    Space between elements
    and here:
    Space between elements

    How can I get rid of this space in mobile view? Thank you very much.

    in reply to: Space between layout elements #1241135
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)