Reduce spacing?

Discussion in 'ColorWay WordPress Theme' started by christinav71, Oct 26, 2014.

  1. christinav71

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    Hello,
    I wish to reduce the space between the logo and the top of the white area in the header. How can that be done?

    I also need a way to reduce the background area (so that the white area is placed at the top of the screen). How can I do that?

    http://ringbert.esy.es/

    Best regards
    Christina
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .logo {
    margin-top: 10px;
    }
    .container {
    margin-top: 20px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. christinav71

    christinav71 New Member

    Joined:
    Oct 12, 2014
    Messages:
    11
    Likes Received:
    0
    No, I am sorry to say, it did not.
     
  4. Yogesh

    Yogesh Guest

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

    So what do you want please specify with screenshot.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page