Re: Menu not aligned

Menu not aligned

Tester23
Shopify Partner
7 0 1

 

Hi, can anyone help with the menu items below? They were aligned in one row, and then one day, they appeared like this. 

 

 

header.jpg

Replies 4 (4)

mrashid
Shopify Partner
300 26 32

@Tester23 store url?

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
Tester23
Shopify Partner
7 0 1
mrashid
Shopify Partner
300 26 32

@Tester23 open file base.css and search .header--bottom-menu .header__bottom-inner
and update with below code 

 

    .header--bottom-menu .header__bottom-inner {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 1.6rem;
    }

 

 or another method paste below code in base.css at the end 

  .header--bottom-menu .header__bottom-inner {
        align-items: baseline !important;
    }

mrashid_1-1717874279172.png

 

- Need a Shopify developer? Chat on WhatsApp +923068683199
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

dmwwebartisan
Shopify Partner
12368 2558 3744

@Tester23 

As per your screenshot. It seems that you have added so many items in menu so therefore it doesn't fit in one line and it wraps the text to the next line.

If you have many menu items so my suggestion that you can use hamburger menu ( 3 lines like mobile) for desktop too. So it can solve your issue.

 

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
PageFly App to customize your pages | The most powerful Shopify page builder app