Center logos - Client Logo Slider

Discussion in 'Foogo Pro WordPress Theme' started by marketingtypeguys, Oct 17, 2017.

  1. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    I have tried many of the codes here to center the logos on the homepage in the "client logo slider" section, but have not been able to even budge them.


    Thanks,

    -Brian
     
    Last edited: Oct 19, 2017
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To get the client logo section centered, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #client-slider .owl-wrapper-outer .owl-wrapper {
        left: 120px;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com

    Note: Change the px value according to your requirement.
     
  3. marketingtypeguys

    marketingtypeguys Member

    Joined:
    Apr 15, 2014
    Messages:
    79
    Likes Received:
    1
    It did not, but I was able to add a "blank" to get things centered, so problem solved for now.
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    That's great. :)
     

Share This Page