How can I center logos and text in menu items?

Does anybody know how I can center the logo or text’s (or both) in the menu item

thank you!

@Neon_Stickers

Please share your site URL,
I will check out the issue and provide you a solution here.

@Neon_Stickers ,

Please share your site URL,

neonstickers.net

@infoatcodelab7 @oscprofessional

Thank you for replying, the website URL is https://neonstickers.net/

@Neon_Stickers

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!

@Neon_Stickers ,

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

1 Like