• mtacomponents

    (@mtacomponents)


    Can you take a look at this link and advise how to reduce the height of the slider section.

    Many thanks…

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Desert Themes

    (@desertthemes)

    Please try following css

    @media (min-width: 62em){
    .dt__slider-main, .dt__slider-item, .dt__slider-innercell, .dt__slider-item > img {
        max-height: 54rem;
        min-height: 54rem;
    }
    }
    Thread Starter mtacomponents

    (@mtacomponents)

    Hi there, that worked a treat, Many thanks…

    Theme Author Desert Themes

    (@desertthemes)

    Welcome

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce the height of the slider section’ is closed to new replies.