Gap between Logo and Menu

Hi - Two questions re test.katsanddogs.co.uk all to do with gaps

  1. Is there a way to remove the gap between the logo and the menu?
  2. Is there a way to remove the gap between the menu and “my approach” and also between “an Animal Behaviourist with a difference”

Hi @katsanddogs,

I hope you are well today and thank you for your questions.

We can remove those gaps by developing custom CSS code but i tried to access your shared site and it is displaying the error as shown in the attached screenshot.

Please advise.

Kind Regards,
Movin

Hi - Thanks the site is now www.katsanddogs.co.uk -

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


div#logo {
    padding-bottom: 0;
}
.container.main-content-area {
    margin-top: 20px;
}
#page h1.entry-title, 
#page header.entry-header {
    margin-bottom: 0;
}
#page article:first-child .entry-content {
    margin-top: 0;
}