Responsive Header-Slider

Home Forums Hotel Pro Responsive Header-Slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #93171
    hartlhartl
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: October 2, 2017

    Hello,
    we have one problem with oure side. The header-pictures are not responsive. So we have a problem by mobile.
    Can you help us?

    The domain is: hotelflachau.at

    Thanks!!!

    https://imgur.com/a/linSp
    https://imgur.com/a/lWYwM
    https://imgur.com/a/AWzt9
    https://imgur.com/a/i3N0R

    #93199
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item { height:auto !important;}
    .vc_row-no-padding .vc_inner img { max-width: inherit !important; width: 300px !important;}
    .vc_row { margin-left:0 !important; margin-right:0 !important;}
    .vc_custom_1513358399586 { margin-top:0 !important;}
    }

    Regards,
    Chris

    #93601
    hartlhartl
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: October 2, 2017

    Can somebody help us???

    #93615
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:479px) {
    .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item { height:auto !important;}
    .vc_row-no-padding .vc_inner img { max-width: inherit !important; width: 300px !important;}
    .vc_row { margin-left:0 !important; margin-right:0 !important;}
    .vc_custom_1513358399586 { margin-top:0 !important;}
    }

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.