Menu Layout - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Layout

L

Lele

Template 2 years ago

Hi, how can I do the language menu same size as the main menu? Which CSS can I use?

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #117745

Hi

Thanks for contacting us. Do you want it like this?

https://prnt.sc/WjkX-FfkMI6R

Then use this custom CSS


.sp-module-content .mod-languages ul.lang-inline li {
    position: relative;
    top: 20px;
}

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.

-Regards.

0