Alignment Adjustment

Discussion in 'Woodpecker WordPress Business Theme' started by sangermike, Dec 5, 2014.

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

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Is there a way to still align my header image with the logo then minimize the space on top of the logo. Thanks

    top.jpg
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top-wrapper {
    margin-top: 0;
    }
    #logo {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .top-wrapper {
    background-position: 0 15px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page