Changing logo position

Hi,

I have a question, how can I change the position of the logo? It always apears in the middle I would like to have it on the left side.

Thanks for your help
Tom

if the logo position middle of the menus then may be you have option in theme settings to set header. but if the logo come with a row and display in center then you can customize it using css. Please check the theme documentation hopefully you will get necessary support.

Thanks. It worked fine for my with the following CSS code:

#nav-logo {
position: absolute;
left: 10em;
}

1 Like