Slider image size?

Discussion in 'Cloriato WordPress Theme' started by jvhnetwork, Apr 16, 2015.

  1. jvhnetwork

    jvhnetwork New Member

    Joined:
    Mar 3, 2015
    Messages:
    2
    Likes Received:
    0
    Hi, is it possible to change the image size used in the slider? If so how please and thank you?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey, jvhnetwork!

    Yes, it is possible to change size of slider image.

    Please paste the code given below in custom css section
    (Appearance -> theme options -> styling options -> custom css) of your dashboard.

    Code:
    #slides .slide {
      width: 870px;
      padding-left: 35px;
    }
    #slides .slide a img{
    width:870px !important;
    }
    Hope it will resolve your issue.

    Kindest regards,
    Praveen
     

Share This Page