gap on left of slider

Discussion in 'Harrington- A WordPress Business Theme.' started by jordielindstrom, Feb 11, 2014.

  1. jordielindstrom

    jordielindstrom New Member

    Joined:
    Mar 2, 2012
    Messages:
    27
    Likes Received:
    0
    Hi guys,

    I have a white gap between image and slider border?

    See attached. I have tried different size images and nothign really works

    Thanks
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. Piyush

    Piyush Support Staff

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

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

    Code:
    .sy-slide {
    margin-left: 0px;
    }
    .sy-slide > a > img {
    height: 495px;
    }
    
    This will solve your issue.
     

Share This Page