Logo center and menu to left

Good Day,

How cam I make my logo to center and menu to left ?

I make some css i put my logo to center and menu also to left but the problem is my menu is not on the same row with the logo. My menu goes down.

How can I set my menu and logo on the same row.

Here’s the css i apply

#site-navigation .container > .flex-row {
display: grid;
}

.module.left.site-title-container {
margin: 0 auto;
}

#site-navigation .container > .flex-row {
display: grid;
align-items: center;
justify-content: unset;
}

Hi there

Hope you are having a good day and thank you for your question :slight_smile: please provide url and i will take a look

Here you go

http://www.propertybutlers.ae/

Thanks

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.module-group {
    position: absolute;
    left: 0px;
}

Thanks!
Colorlib Support Team

Got it thanks Noda :slight_smile:

Do you have any more questions? or can i close this ticket? :slight_smile: