Registered Sub-menu Issue - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Registered Sub-menu Issue

bmbsoluzioni

bmbsoluzioni

Template 4 years ago

Hi,

if I log in as a registered user I see two submenus correctly. If I don't log in, I still see a white stripe under the menu that shouldn't be there. Thanks.

SCREENSHOT

Regards, BMBSoluzioni

0
3 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #12695

Hi there,

Thanks for contacting us. I have added a small css code inside the custom.css file and it works fine.

.itemid-791 li.sp-menu-item.sp-has-child.pa .sp-dropdown-inner {
    padding: 10px 20px;
}
li.sp-menu-item.sp-has-child.pa .sp-dropdown-inner {
    padding:initial;
}

-Thanks

0
bmbsoluzioni
bmbsoluzioni
Accepted Answer
4 years ago #12725

Hi Toufiq,

thank you so much for your help! It works just fine!

Regards, BMB Soluzioni

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 4 years ago #12771

You are most welcome & Thanks

0