Hi - Two questions re test.katsanddogs.co.uk all to do with gaps
Is there a way to remove the gap between the logo and the menu?
Is there a way to remove the gap between the menu and “my approach” and also between “an Animal Behaviourist with a difference”
movin
October 21, 2016, 1:12pm
2
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 -
movin
October 24, 2016, 12:02pm
4
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;
}