Fundraiser Pro, limit Slider height

Home Forums All Other Themes Fundraiser Pro, limit Slider height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111207
    webmaster29webmaster29
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: November 5, 2018

    Hi there
    Just another question: is it possible to limit the slider height somehow? on big screen the only thin visible are the slides. http://dev.bright-future.ch
    thanks in advance
    Lukas

    #111282
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .nivoSlider { height:400px !important; overflow:hidden;}
    @media screen and (max-width:479px) {
    .nivoSlider { height:auto !important;}
    }

    Regards,
    Chris

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