Slider height

Discussion in 'Regal WordPress Theme' started by jordielindstrom, Jan 20, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Hi how do I increase the homepage slider height? thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slides .slide {
    height: 500px;
    }
    #slides .slide img {
    height: 500px;
    } 
    You can adjust the value of height as per your requirement.
    This will solve your issue.
     

Share This Page