Logo Position

Discussion in 'Cloriato WordPress Theme' started by v4sb, May 12, 2013.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Hi, I would like my logo to not be so 'rigid'. I have attached some screenshots to try to demonstrate the effect I would like to achieve. The screenshots are not 'precise', but are merely to demonstrate how I would like the logo to 'overlap' the corner of the page. Is there any way to do this? Thank you.
    [​IMG][​IMG][​IMG]
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .header .logo a img {
    margin-left: -50px;
    margin-top: -80px;
    }
    body {
    margin-top: 70px;
    }
    Adjust the values of margin as per your requirement.
     

Share This Page