Remove space at top of logo

Discussion in 'ColorWay WordPress Theme' started by presotto, Oct 15, 2014.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    How do I remove the space at the top of the logo?
    thank you
     

    Attached Files:

  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:
    .logo {
    margin-top: 0;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page