Solved

brooklyn - dropdown menu issue on product page

vanessaliew
Explorer
52 0 19

Hi, there is some issue on my product page header dropdown, there is actually a sub-menu called "bottom" below the "top" but it's covered by the size dropdown border, possible to bring the "bottom" wording infront of the size border so that it is visible when dropdown. it is fine on other pages, only on product page. please help.

3.PNG

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @vanessaliew 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 

#shopify-section-header {
    position: relative;
    z-index: 9999;
}

 

View solution in original post

Replies 4 (4)

Kinjaldavra
Shopify Partner
2302 570 1423

hello @vanessaliew 


Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Zworthkey
Shopify Partner
5581 642 1569

hii, @vanessaliew 
Kindly share your store URL so,
I can solve your issue.
Thank You.

Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @vanessaliew 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 

#shopify-section-header {
    position: relative;
    z-index: 9999;
}

 

vanessaliew
Explorer
52 0 19

@Kinjaldavra thank you solved.