How to align menu items in one line on Origin Theme?

Hello

I would like my menu items to be on the same line and maybe to be spread-out/centered a little more…

I am using the Origin Theme.

Thanks

@TBS2022

Please share your store URL!

Thanks!

Hi, @TBS2022 .

Please share your store URL and Password!

Thanks.

www.conforama.mu

“lawfow”

@TBS2022
Hello, Can You Please Share Your Store URL i Will Check and Provide Proper Solution

@TBS2022
Hello,

.header--top-center .mega-menu__list > li {
	width: 25% !important;
}

Add This CSS Go To Online Store > Select Theme > Edit Code > base.css

Like This

1 Like

HI, @TBS2022 .

You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.header--top-center .mega-menu__list > li {
	width: 25% !important;
}

Result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

1 Like

Hi @TBS2022

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.header--top-center.mega-menu__list > li {
	width: 27% !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

1 Like