Hi,
Specia is a premium theme. I would try their support. They’re in a better position to help with those questions.
FWIW, you can set the breadcrumbs under the main nav to not display:
.breadcrumb {
display: none;
}
The font may be a little too small at 8px-10px:
.navbar-default .navbar-nav > li > a {
font-size: 10px;
width: 150px;
text-align: center;
}
Personally, I wouldn’t bother with that part, but you do you 😉 I would suggest just get the header image displaying full width and leave the menu text size as-is:
#custom-header img {
width: 100%;
}
.navbar-default .navbar-nav > li > a {
width: 150px;
text-align: center;
}
Good luck! 🙂