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

    Hi there,

    We have placed this quick CSS below into the theme options and it works perfectly for the website. But the mobile version on things like iphone is awful! Is there a way to modify this code so that it ignores this sizing on all mobile? THANKS!!

    .avia-slideshow-inner {
    height: 415px !important;
    }

    #444967

    Hi lobstahhhhhhh!

    Please change the code to following one

    @media only screen and (min-width: 769px) {
    .avia-slideshow-inner {
    height: 415px !important;
    }}

    Best regards,
    Yigit

    #444972

    WOW, it worked perfectly! You guys are the best, thank you so much :)

    #444978

    Hi!

    You are welcome Lobstahhhhh! Glad we could help! Have a great weekend :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Css code for slider web vs. mobile’ is closed to new replies.