Center and enlage logo

Discussion in 'Elite Pro WordPress Theme' started by presotto, Mar 11, 2013.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    I would like to center the logo and enlarge how do I go about this?

    Thankyou
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .logo img {
    width: 500px;
    margin-left: 150px;
    }
    Adjust its value as per your requirements.
     

Share This Page