Changing the Slider Height

Discussion in 'Real Photography WordPress Theme' started by itsallgeektome, Jul 8, 2014.

Thread Status:
Not open for further replies.
  1. itsallgeektome

    itsallgeektome New Member

    Joined:
    Mar 11, 2012
    Messages:
    14
    Likes Received:
    2
    I'd ideally like to have my homepage fit to the screen without scrolling. How do I go about changing the height of the slider? I've looked through all of the usual locations and can't seem to find the code.

    Thanks!

    http://darthcleavage.com
     
  2. Piyush

    Piyush Support Staff

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

    For this you can paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slider ul.slides li img {
    height: 400px;
    } 
    You can adjust the value of "height" as per your requirement.
     
  3. itsallgeektome

    itsallgeektome New Member

    Joined:
    Mar 11, 2012
    Messages:
    14
    Likes Received:
    2
    Perfect. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page