This topic has 6 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
How can i change the size of the menu, underneath the logo there is too much white area.
https://gyazo.com/86e1837eccce7d205ad6cc749be1e734
I can add this .navbar {
padding: 0px 5 !important;
}
But it only change the upper white area, not the lower area under the logo.
Thnx
Hello,
Please add this code in Custom CSS:
.navbar {
padding: 8px 0px;
}
Regards,
Rose Tyler.
Thank you for fast reply. unfortunately it didnt work out.
https://gyazo.com/4f41a4bfc61fae75bd79e19e3d1d5052
Hello,
Please, try this code:
.breadcrumbs-type-9 .page-content.sidebar-position-without.sidebar-mobile-bottom {
margin-top: 0;
}
Regards,
Rose Tyler.
it works for the homepage but for the other pages it doesnt work. Can i solve it for every page?
Hello,
Please try this css code:
.navbar {
padding: 0px 0 !important;
}
.bc-type-5 {
padding: 10px 0 !important;
}
.page-content {
margin-top: 10px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up