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

    Hello,

    the slider is partially covered in the mobile attachment.
    Can one adjust this only for the mobile view somewhere.
    Everything is ok in the desktop view.

    Thanks.

    Regards
    Stefan

    #1116327

    Hey Bassmann,
    Yes this can be adjusted using media queries for mobile only, such as:

    @media only screen and (max-width: 767px) { 
    .your_class {
    your: rule;
    }
    }

    If you would like some help with the css please link to your site so we can be of more assistance.

    Best regards,
    Mike

    #1116439
    This reply has been marked as private.
    #1116452

    Hi,
    Sorry the code was an example for using the media queries,
    I added this css:

    @media only screen and (max-width: 957px) { 
    #top.home #av_section_1 > div > div > div > div > div.flex_column_table.av-equal-height-column-flextable.-flextable {
    margin-top: -150px !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1116730

    Hi Mike,

    this looks very good.
    Thanks.

    Regards
    Stefan

    #1116811

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Slider is partially covered in the mobile view’ is closed to new replies.