Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #287879

    Hi Team Enfold,
    Great support – THE BEST!!!

    I want to create a small padding in my color sections only on mobile view. In a ‘normal’ browser view my images a flush on the top and bottom of the color section. However, when seeing it on a mobile the first image (in the first color section) is NOT flush on the bottom, and the second image is flush on the top.

    I want the to color sections to look the same so the the images a not flush on either top or bottom – but only on mobile view.

    Thank you

    Br
    ChangGroup

    #287882

    Hi changegroup!

    @media only screen and (max-width: 768px) {
    .avia-section .flex_column {
    margin-bottom: 0!important;
    }
    .avia-section .content {
    padding-bottom: 0!important;
    }}

    Cheers!
    Yigit

    #288033
    This reply has been marked as private.
    #288801

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    #hvem {
        padding-top: 50px;
    }
    }

    Cheers! 
    Josue

    #288887
    This reply has been marked as private.
    #288897
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Create padding in color section only on mobile’ is closed to new replies.