Hi, thanks
It is possible to make the header bar shorter by custom CSS(“Appearance > Customize: Additional CSS”):
@media (min-width: 768px) {
.navi-show-center .header-main {
padding-bottom: 0px;
padding-top: 0px;
}
.header-sticky:not(.page_from_top) #wrap-outer {
padding-top: 120px;
}
.navi-show-center #navi-header {
margin-top: 0px;
}
.header-sticky.admin-bar #header {
top: 10px;
}
}
It is not easy to make set the two menus above the end of it and not centered. It needs more custom job. The custom jobs is not included the free support.
Regards!
SeaTheme – FAQs – Twitter – Facebook