Navbar align right

Hello,

I´m having a little problem and I need your expertise.
I´ll like my main menu to align to the right, specifically to align by the right sidebar - please see attached image

How can I get that?

I´ve already modified a little bit the size of the layout in my CSS, like this

/*Increase layout size*/
.container.main-content-area {
    max-width: 97%;
    width: 97%;
}
/*Adjust the ratios of the primary and secondary content to*/
@media screen and (min-width: 768px) {
.main-content-inner.col-sm-12.col-md-8 {
width: 70%;
}
#secondary {
width: 30%;
}
}

My website is this:
https://www.trabalhitos.com/

Hello there,

I hope you are doing well today.

You can use the following CSS code to move the menu to the right by going to Appearance > Customize > Additional CSS and pasting it there.

/*Move menu to the right*/
nav.navbar.navbar-default .container {
    margin-right: 0px;
}

Best Regards,
Support

Awesome, works perfectly.

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support