How to center three (3) logo images in Client Logo Slider

Discussion in 'Foogo Pro WordPress Theme' started by gloryous, Mar 16, 2016.

Thread Status:
Not open for further replies.
  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Greetings!

    I have just three (3) client logos that I've uploaded to the Client Logo Slider.

    With so few, they are appearing on the home page right justified. I'd like them to be centered.

    Is there a way with Custom CSS in the Styling Option to center this small number of images?

    As always, thank you ... again.
    Glory Client-Logos-Need-Centering.png
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .client_wrapper .flexslider_crousel {
        margin-left: -684px;
    }
    Note: Change 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
     
  3. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Thank you! It resolved my issue.
     
  4. priya

    priya Guest

    You're welcome Glory..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page