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

    I am using the accordion slider on the main page.
    I would like to increase the size of the accordion slider, without increasing the size on mobile device expeically on smart phone.
    Is there an any possible way to change the height? I would like it to be about 130% of what is currently displaying.

    Please help.

    #742411

    Hey sanglicious,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    #top .aviaccordion {
        min-height: 50vh;
    }}
    

    Please feel free to change the min-height value 50vh to suit your needs.

    Best regards,
    Vinay

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