Solved

In my homepage I added a dropdown menu. One of my categories isn't showing up. How can I fix this?

pbd123
New Member
5 0 0

Hi everyone,

In my main menu under "clothing" I added a dropdown menu. I added 5 categories but only 4 are showing up; my category "Bottoms" is missing. Please any help would be appreciated! I'm using Brooklyn theme. Also, how can I reduce the gaps between each category? This is the link: www.paolalizano.com

Screen Shot 2021-06-02 at 6.53.13 PM.png

Thanks

Accepted Solution (1)
LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @pbd123

Please follow the steps:

- Step 1: Go to Online store > Themes > Actions > Edit code.

- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

@media only screen and (min-width: 767px){

#AccessibleNav li:nth-child(5) {

position: relative !important;

right: 0 !important;

}

}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify

View solution in original post

Replies 7 (7)

LitExtension
Shopify Partner
4860 1001 1135

Hi @pbd123

Please send me password, I will check it.
Thanks you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
pbd123
New Member
5 0 0
Hi! Thank you! The password is 1234paola
pbd123
New Member
5 0 0

Hi @LitExtension

Were you able to check this out? Thanks! 

LitExtension
Shopify Partner
4860 1001 1135

This is an accepted solution.

Hi @pbd123

Please follow the steps:

- Step 1: Go to Online store > Themes > Actions > Edit code.

- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

@media only screen and (min-width: 767px){

#AccessibleNav li:nth-child(5) {

position: relative !important;

right: 0 !important;

}

}

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
pbd123
New Member
5 0 0

Thank you!! It worked 🙂

pbd123
New Member
5 0 0

Hi @LitExtension,

It worked but now that I've noticed it moved my "accounts" icon to the left. How can I move that icon back to where it was before next to the search and shopping cart icon? 

Thanks

LitExtension
Shopify Partner
4860 1001 1135

Hi @pbd123

Please change code: #AccessibleNav li:nth-child(5) => #AccessibleNav .site-nav__dropdown li:nth-child(5)

code:

@media only screen and (min-width: 767px){

#AccessibleNav .site-nav__dropdown li:nth-child(5) {

position: relative !important;

right: 0 !important;

}

}

Hope this helps! 

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify