Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #723412

    Just looking to find where I can set the new fullwidth slider feature to set a minimum height for smaller devices? Thank you!

    #723444

    Hey Michael9001!

    You can set it by adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top #main .avia-fullscreen-slider .av_fullscreen {
        min-height: 400px;
      }
    }

    Let us know if this helps :)

    Regards,
    Nikko

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