Hi davedran,
I think it is sufficient to insert this CSS code to reduce the margin bottom of the header:
header.site-header {
margin-bottom: 1em;
}
This will minimize the white space between the site header and the title of the page.
PS: to add custom CSS code in your website you can use a WP plugin like this: https://ww.wp.xz.cn/plugins/wp-add-custom-css/
Best Regards,
CrestaProject
Hi! Support,
Thank you so much for getting back.
I tried as your advice, but the space are still there; too much for my liking.
Please visit http://www.flyperth.com/
Huge space gap between the title and the menu, and also between the header and menu.
Appreciate your kind advice.
Thank you.
Regards.
David
Hi davedran,
you can use this CSS code to decrease the space between site title and main menu:
.main-navigation {
margin-top: 2em;
}
Best Regards,
CrestaProject
Hi!
Thank you for your prompt respond.
Yes, I managed to reduce the space between the Header and the Menu.
But there still a lot of space between the menu and page title.
Also, between the Page title and the news ticker.
Thank you very much.
Regards.
David