Centering Images

Discussion in 'Squirrel WordPress Theme' started by 1stopnonprofitshop, Sep 15, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0

    Attached Files:

  2. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Not sure if this accidentally got missed...just wanted to see if there was a solution.
     
  3. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To center the images properly, first you need to remove the "margin-left: 202px;" CSS which you have used. This is an incorrect way of using the element centering CSS. Instead, use the custom CSS given below:-

    Code:
    .content-bar img {
        margin-left: auto;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page