Style Sub Menu - Question | JoomShaper

Style Sub Menu

JL

Josef Langenegger

Helix Framework 2 years ago

Joomla 4.01 Helixultimate 2.0.6

How can I change the line spacing in the submenu? I have tried the following, but without success

offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
font-size: 20px;
line-height: 18px;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a { [ .offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {]
font-size: 16px; [ Schriftgröße: 16px;]
line-height: 20px; [ Zeilenhöhe: 20px;]
} [ }]

0
8 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #47020

Hi

I think this space is better because if I am trying to reduce more it doesnot look nice

0
JL
Josef Langenegger
Accepted Answer
2 years ago #46981

Thanks for the answer. Is there any way to reduce the spacing a little more?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #46442

Ok then use this custom css

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge){
  padding:0 0px !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0
JL
Josef Langenegger
Accepted Answer
2 years ago #46264

Do you want it like this?

Yes, that's it.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #46183

Do you want it like this?

https://prnt.sc/21zutoe

0
JL
Josef Langenegger
Accepted Answer
2 years ago #46148

Thanks for the inputs.

Yes, the image is from a test site. You can find the link in the hidden content.

@Ugur:The suggested code has no influence.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #46129

Hi,

Are you talking about this menu spacing?

https://prnt.sc/21zau7p

-Regards

0
Ugur Uygur
Ugur Uygur
Accepted Answer
2 years ago #46097

Hi,

The site you added to the message is another site!

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0; /* You can set it here */
    cursor: pointer;
}
0