remove white space around logo and menu bar

Discussion in 'ColorWay WordPress Theme' started by charmalee, Nov 5, 2014.

  1. charmalee

    charmalee New Member

    Joined:
    Nov 4, 2014
    Messages:
    5
    Likes Received:
    0
    In the colorway theme, I would like to reduce the white space around the logo especially at the bottom of the logo.
    And also reduce the white space between the slider and the top menu bar.
    Thank you.

    http://sherifogartywellness.com/
     

    Attached Files:

  2. charmalee

    charmalee New Member

    Joined:
    Nov 4, 2014
    Messages:
    5
    Likes Received:
    0
    I have reduced a lot of white space by taking out the phone number on the "Theme Options"
    "Contact Number For Tap To Call Feature"
     
  3. 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: 35px;
    }
    .header .menu-bar {
    margin-top: 20px;
    margin-bottom: 5px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    usefulid likes this.

Share This Page