slider too far to the left

Discussion in 'ColorWay WordPress Theme' started by connecte, Oct 27, 2015.

  1. connecte

    connecte New Member

    Joined:
    Sep 3, 2014
    Messages:
    19
    Likes Received:
    0
    After a long time of being just fine, my slider is too far to the left and not centered on the page:

    www.connectedbirthva.com

    Thank you.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can easily adjust the slider as per your requirement, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    img.slide-img {
        margin-left: 59px !important;
    }
    .slide .slide-content.entry {
        margin-left: 63px !important;
    }
    Note: Adjust 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