Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1020230

    Hi support,

    How can I remove padding-bottom on color section on mobile?

    On the frontpage Lyst-til-livet on mobile, then I am seeing a padding below the top image.
    I would like to remove that.

    Thanks for helping :-)

    /OKEI

    #1020424

    Hey OKEI,

    Add this to quick css:

    @media only screen and (max-width: 767px) {
    #av_section_1 .container{
    top:20px!important;
    }}

    Best regards,
    Jordan Shannon

    #1020984

    Thanks, Shannon – it worked perfectly :-)

    Please close.

    Thanks.
    /OKEI

    #1021024

    Hi,

    Great, glad you got it working. I’ll close this for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove padding-bottom on color section on mobile’ is closed to new replies.