Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #977879

    Hi there!

    Can you please show me how to add custom top and bottom padding to my 1/2 column on mobile view?

    This is the page:

    I would like to reduce the space between the photo and the text below it on mobile view.

    Current column settings are:
    Equal Height
    Middle Vertical Alignment
    No space between columns

    #978053

    Hey Archie,

    Best regards,
    Victoria

    #978424

    Hi Victoria!

    Thank you for your response!

    I would like to reduce the bottom padding of the image, and reduce the top padding of the text. Image and text are inside a 1/2 column section each.

    http://prntscr.com/jzxqvl

    At the moment I feel that there is too much whitespace in between the photo and the text below it.

    Thanks!

    #979184

    Hi,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 767px) { 
    .responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-1 {
    margin-bottom: 0px !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #979199

    Hey Mike!

    Thank you so much for your response! Unfortunately, after clearing my mobile browser cache and cookies, I still do not see any changes. Please advise.

    https://prnt.sc/k0o1ob

    Thank you!

    #979275

    Hi,
    I added this css, Please clear your browser cache and check.

    @media only screen and (max-width: 767px) { 
    .responsive #top.page-id-18 #wrap_all .flex_column.avia-builder-el-3 {
    margin-bottom: 0px !important; 
    margin-top: -40px !important;
    }
    }

    Best regards,
    Mike

    #983283

    Hey Mike!

    Thank you so much for your response. This is perfect! Thank you! :)

    #983335

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let u know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Custom top and bottom padding on mobile for 1/2 column’ is closed to new replies.