Center logo, horizontally

Discussion in 'BizWay WordPress Theme' started by jhonbiz, Apr 3, 2013.

  1. jhonbiz

    jhonbiz Guest

    Joined:
    Apr 3, 2013
    Messages:
    2
    Likes Received:
    0
    Hi, how can I center this logo in the header

    Thanks a lot!
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .header .logo {
    text-align: center;
    }
    This will solve your issue.
     

Share This Page