Minimize slider image size

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by jennifermanis, Oct 6, 2014.

  1. jennifermanis

    jennifermanis New Member

    Joined:
    Aug 14, 2014
    Messages:
    9
    Likes Received:
    0
    http://manisinvitations.com/

    On the main page the size of the slider images are too large. How do I get them smaller? I've tried uploading smaller images but that didn't work.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section increase or decrease width in following CSS code according to your requirement.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sl-slider-wrapper,.sl-slider,.sl-content-wrapper {
    width: 960px;
    }
    .salesdetails {
    width: 700px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page