Re: Search box goes under menu

Solved

Search box goes under menu

clavilla57
Explorer
92 0 16

Hi all, 

as you can see my search box has been covered by my mega menu

How to fix it?

clavilla57_0-1711193159743.png

 

www.danicoffeeshop.com

 

sense 2.0 theme

Accepted Solution (1)

Sweet_Savior_3
Shopify Partner
1335 102 138

This is an accepted solution.

Hello @clavilla57 

 

Welcome to Shopify Community.

 

Please add the CSS in theme.liquid file above </head> tag.

<style>
nav.tmenu_app, div.tmenu_wrapper {
z-index: 0 !important;
}
</style>

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!

View solution in original post

Reply 1 (1)

Sweet_Savior_3
Shopify Partner
1335 102 138

This is an accepted solution.

Hello @clavilla57 

 

Welcome to Shopify Community.

 

Please add the CSS in theme.liquid file above </head> tag.

<style>
nav.tmenu_app, div.tmenu_wrapper {
z-index: 0 !important;
}
</style>

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!