Language Switch On Top2 Position - Question | JoomShaper

Language Switch On Top2 Position

M

Manuel

SP Page Builder 1 year ago

Hi, how I can fix it when I have the language switcher on the top2 position the sticky header shows like 4 lines. https://prnt.sc/omHN4McIo_LR German site

Regards Manuel

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #69485

Hi there!

Thanks for your query.

Would you please use the following code snippet in your custom CSS?

#sp-top2 .mod-languages img {
    display: inline-block !important;
}
#sp-top1 .sp-column.text-center.text-lg-start {
    display: flex;
}
.sp-contact-info {
    padding-left: 20px;
}

Hope this will solve the issue for the German version of your site.

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

Best Regards

0