I want to center my logo (in fact my header)

Discussion in 'ColorWay WordPress Theme' started by dirkjedj, Jan 11, 2013.

Thread Status:
Not open for further replies.
  1. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    Hi there,

    I have a header instead of a logo. It is automatically placed on the left and shows fine in the mobile version. However, in the pc version my header doesn't look the way I want it.

    I want my logo/header to appear centered on pc's and tablets and I want it still show up as it is now on mobiles (iPhone etc).

    My header image is 420 x 160 and the site is visible on my testsite, which is: http://www.presenteerjezelfonline.nl/mybiz/

    Can you tell me what to do in order to center the header image and get the desired result?

    I hope to hear from you soon,
    Thanks and kind regards,
    Dirkje
     
  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:
    @media only screen and ( max-width: 768px ) {
    .logo img{
    margin-left:10px!important;
    }
    }
    .logo img{
    margin-left:220px;
    }
     
  3. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    Thanks Gourav, it works and looks great now! :)
     
Thread Status:
Not open for further replies.

Share This Page