Reposition Logo and eliminate blank space in menu

Discussion in 'Compass WordPress Theme' started by stephnana1982, May 3, 2015.

  1. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0
    Hello,

    I'd like to reposition my logo higher and make it bigger and I would also like to eliminate some of the blank space below the menu that was created by inputting my logo.

    Thanks!
     
  2. sameerwalkar

    sameerwalkar Guest

    Hello Stephnana,

    Could you please provide your site URL along with some edited screenshots so that I can assist you accordingly. If you are unable to create screenshots then you can use www.screenpresso.com
    that will help you to create screenshots.
     
  3. stephnana1982

    stephnana1982 New Member

    Joined:
    Apr 22, 2015
    Messages:
    29
    Likes Received:
    0

    Attached Files:

  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .header .logo{
      margin-top: -49px;
    }
    .menu_wrapper {
      margin-top: 44px;
    }
    Kindly try to apply the above code hope it should solve your issue.
     

Share This Page