Define Height of Module for Mobile

Currently, the px setting for height applies to both desktop and mobile. However, due to the different layout and pixel ratios this setting does not look good on mobile. A separate setting would be appreciated.

I have received a code as workaround from support that I am sharing in case you want to try it out (put next to the install code):

<style>
@media(max-width: 500px){ .eas-slider-slider{ height: 500px !important; } }
</style>
  • M B
  • May 18 2020
  • Future consideration
  • Admin
    Helga R commented
    November 01, 2021 09:37

    Hello folks!

    James, please feel free to contact our Support Team - they will be happy to look into the issue and find the best solution 🙂


    Helga, Community Manager

    Keep up with latest updates - Facebook
    Get to know our team - Instagram

  • James Taylor commented
    October 29, 2021 15:04

    this creates a big open white space underneath the slider for me, is there anyway to change this with css? TIA