- This topic has 3 replies, 2 voices, and was last updated 5 years, 3 months ago by
Forum Moderator.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
January 31, 2018 at 3:29 pm #93171
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/i3N0RFebruary 1, 2018 at 5:41 am #93199Hi,
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,
ChrisFebruary 7, 2018 at 6:53 am #93601Can somebody help us???
February 7, 2018 at 1:08 pm #93615Hi,
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 -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.