Change the size of the Homepage slider.

Home Forums All Other Themes Change the size of the Homepage slider.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24635
    Fredrik RubneFredrik Rubne
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: February 14, 2016

    Hi!

    I want to change the size of the Homepage slider.
    I have manage to change the width by adjust this line in the CSS
    #slider{ width:80%; margin:0 auto; padding:0; position:relative; }
    But I want to increase the height. I have tried to add height:50px but nothing happens.

    How do I solve this?
    Thx
    Fredrik
    http://sundovital.se/wordpress/

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

    Hi Fredrik,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom css box

    Add this code:

    .slider-main{height:500px !important;}
    #slider{max-height:500px !important;}

    Regards,
    Dave

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