My dropdown menu just broke and my product images are showing all in one in mobile

fabiodlg011
Visitor
1 0 0

Hi, My name is Fabio
Yesterday I was doing this tutorial https://help.shopify.com/en/manual/online-store/themes/os/customize/add-pick-an-option from you guys and when I finished it, my store got problems that it didn't have before doing it.
I finished the tutorial and my dropdown menu in the top of my page just stopped working.

On my product pages in the mobile version the products are showing all pictures in the same time, like they're just one big picture.

I'm using debut theme...

My store is magazine-vega.myshopify.com

How can I fix this? I literally just did what you guys asked in the link...

Reply 1 (1)

Sheesh_b
Shopify Partner
506 112 115

Hi @fabiodlg011 

Just paste the below code in theme.liquid just after <head> tag

<style>
.site-nav--has-dropdown:hover #SiteNavLabel-categorias {
	display: inherit;
	top: 30px;
}
</style>

 and the menu will work again when you hover on main collection, the drop-down will appear correctly.

We're here to simplify website creation for those looking to establish a strong online presence. Book a meeting slot if you want to discuss. It's FREE. BOOK NOW | Try Shopify for $1 for 3 Months: Shopify Trial | Shopify Web Store Developer |
LIKE or mark as ACCEPTED SOLUTION