How to reduce the size of the slider images

Discussion in 'BusinessGrow One Page WordPress Theme' started by windowclean, Sep 21, 2014.

  1. windowclean

    windowclean New Member

    Joined:
    Feb 5, 2014
    Messages:
    29
    Likes Received:
    0
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider .slides img {
    width: 80%;
    height: auto;
    margin: auto;
    margin-top: 8%;
    }
    Please adjust according to your need.
    Thanks & Regards
    Pramod
     
  3. jungledude

    jungledude New Member

    Joined:
    May 29, 2013
    Messages:
    11
    Likes Received:
    1
    Location:
    Orange County, California
    I tried this in the Smart Booking theme and nothing happened. I went down to 50% with no change in slider image size. Could it be that the .flexslider has a different name now?
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

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

    Code:
    .slides img {    
        height: 600px !important;
        width: 600px !important;
    }
    
    Note:- Please change the height and width accordingly.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page