Currently, the only centering option for the logo in the Taste theme is above the menu navigation. But I would like to put the logo inline with the menu. Still centered, with the menu navigation on the left side.
@MonicaHsu
Hii,
Can You Please Share Your Store URL
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Hi! It’s https://timelessluxuryla.com/password and the password is: uncleroger
Hi! It’s https://timelessluxuryla.com/password and the password is: uncleroger
Please add below css code in bottom of assets/base.css file
nav.header__inline-menu {
position: absolute;
left: 34px;
top: -55px;
margin: 0;
}
.header {
position: relative;
}
Thank you.
Hi! this worked for my desktop. But now in the mobile version, the hamburger menu is pushed all the way to the right with very little margin and the logo disappears completely. For the mobile version I would still like the the logo to be in the middle. And then hamburger menu can either be on the left or right. But I would like a little padding from the edge of the page.
header-drawer {
margin: 0 !important;
justify-self: auto;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Hi! It didn’t work - the logo still disappears in the mobile version

