Greetings…
Do you have a link to your site, and then I will take a quick look.
Thank you for the link.
I’m going to guess that you don’t plan to use a logo or site title in the header area (the left of the menu)?
The header contains two containers side-by-side, one for the logo and the other for the menu. They have specific widths that takes up space, so if you do not plan to use a logo on your site’s header, you will need to create some custom CSS code to modify the two containers.
#masthead.site-branding {
display: none;
}
#masthead .col-lg-8 {
float: none;
width: 100%;
}
I see you are using a child theme, so that code above can go into your child theme’s style.css file.
Dear Author, thank you very much: it works.
Have a nice day
🙂
Good to hear, and you are very welcome 🙂