How to center logo on homepage?

Discussion in 'Elite Pro WordPress Theme' started by beloved_aw, Jul 28, 2013.

  1. beloved_aw

    beloved_aw New Member

    Joined:
    Jul 27, 2013
    Messages:
    2
    Likes Received:
    0
    Hello,

    My website is http://www.khopla.org.


    My logo is coming out on the left side but I was wondering if there was anyway I can center it so that the logo is in the middle. Is there a way to do this?



    Thank you
     
  2. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Insert this code into the Custom CSS field in the theme options

    Code:
    .header .logo {
    text-align: center;
    }
     

Share This Page