Does anybody know how I can center the logo or text’s (or both) in the menu item
thank you!
Does anybody know how I can center the logo or text’s (or both) in the menu item
thank you!
Please share your site URL,
I will check out the issue and provide you a solution here.
Please share your site URL,
@infoatcodelab7 @oscprofessional
Thank you for replying, the website URL is https://neonstickers.net/
Please Add this CSS to your css file
header.header.header--middle-left.page-width.header--has-menu {
display: flex;
justify-content: space-between;
align-items: center;
}
Thanks!
header.header.header--middle-left.page-width.header--has-menu {
display: flex;
justify-content: space-between;
align-items: center;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid