Menu Items Not Fitting Full Width

Website: www.theconscious.fund

As you can see when you enter the website the last link is underneath the others, how can we make all links in the same line full length on the screen? Thanks in advance.

hey there

Are you not going to add any logo here? there is no physical space to add many menu elements here

Our logo as you can see is in the centre of the page. Please advise on how we can have our menu stretch along the full length of our page and not stacked in multiple rows. Thanks.

HI

Ok, thats what I wanted to know
Try this css code:

.top-header .col-sm-4.col-xs-8 {
display: none;
}
.top-header .col-sm-8.col-xs-4 {
width: 100%;
}