Center Header Logo

Discussion in 'Cloriato WordPress Theme' started by pricewc, Oct 7, 2014.

  1. pricewc

    pricewc Guest

    Joined:
    May 23, 2014
    Messages:
    8
    Likes Received:
    0
    Is it possible to center the logo in the header? Currently it is on the left, I would like it centered. Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (min-width: 768px){
    .logo img{
    float: right;
    margin-right: -75px;
    }
    }
    Thanks & Regards
    Pramod
     

Share This Page