How can I move the logo/banner to the top of the page?

Discussion in 'Elite Pro WordPress Theme' started by crystal0811, Jan 20, 2013.

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

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    I'd like to be able to move the logo/banner to the top of the page. My clients logo includes a set of hands and it would look better if the hands reached the green strip at the top.
    Thanks!

    http://butterflyessentials.com/
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .header .logo {
    margin-top: 0px;
    }
    This will solve your problem.

    Thanks.
     
  3. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Thank you!!!!!
     
Thread Status:
Not open for further replies.

Share This Page