Customise header: description and mobile menu

Hi,
I’m working on this website http://alvarvelasco.com/ and I am having some problems with the hamburger menu for the mobile version. It appears on the left side of the screen instead of the right side. Any idea how to change this? I have tried this solutions https://colorlibsupport.com/t/menu-disappears-on-scroll-down-on-mobiletablet/ but without success.

I was also wondering if the description (in my case the name “Alvar Velasco”) can be located next to the logo instead of under the logo.

Many 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

@media (max-width: 991px){
.module.widget-handle {
position: absolute;
}
}
.main-navigation a {
display: inline;
}

@me

Thanks!
Colorlib Support Team

It worked!
Thanks so much!

Hi There,
I’m glad to hear that the issue has been resolved.
Feel free to let me know in case something else comes up :slight_smile: