Slider Size

Discussion in 'Black Horse WordPress Theme' started by ddrovdlic, Sep 24, 2015.

  1. ddrovdlic

    ddrovdlic New Member

    Joined:
    May 13, 2013
    Messages:
    19
    Likes Received:
    0
    Is it possible to make the slider smaller?

    Thanks!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

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

    Code:
    .slider-container {
        width: 1073px !important;
        height: auto !important;
        padding-left: 76px !important;
    }
    NOTE: change the numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page