center footer widget tittle

Discussion in 'Cloriato WordPress Theme' started by huntercs, Jun 27, 2017.

  1. huntercs

    huntercs Member

    Joined:
    Jan 27, 2013
    Messages:
    42
    Likes Received:
    0
    how can i center the title for each of the footer widgets
     

    Attached Files:

  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    To bring them in center, you need to paste the below custom CSS code in the Custom CSS field located under Dashboard->InkThemes->Theme Options->Styling Settings

    Code:
    .footer .wrap_sidebar h3.title {
        text-align: center;
    }
    I hope the above code will work for you.

    Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page