Navbar and header alignment issues

Hi,

For some reason, the navbar and the header will not align with each other. Here is what it currently looks like:

I want the home tab of the navbar aligned with the start of the logo and the start of the slider. How do I go about doing this?

Hi @willynil,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

.collapse.navbar-collapse.navbar-ex1-collapse {
    float: left;
    padding: 0;
}

Best Regards,
Movin