Viewing 1 replies (of 1 total)
  • There is a css file in the plugin that is controlling that piece. I am not familiar with the plugin so I don’t know if there is a specific setting for this but you can do it with css. try this in your custom css file or at the bottom of your child theme’s style.css file.

    @media (max-width: 768px) {
        .flexslider {
            margin: 0 0 100px !important;
        }
    }

    that media query will kick in at an ipad portrait width

Viewing 1 replies (of 1 total)
  • The topic ‘Slider Image Height on Mobile’ is closed to new replies.