Header builder - Language Switcher positioning

Hi there,

I have a site here:

https://www.hotelnoble.hu/

ISSUE #1

I have a language switcher set up:

It looks kind of awkward because the submenu li is positioned to the center. Is there a way to make the language image start at the same spot as the parent li? Thanks!

ISSUE #2

When switching between languages, weird lines appear for a second. Hard to describe, so here’s a video of it

https://youtu.be/5tTmadT67EI (turn down the volume before because I accidentally left my music on ^^)

What can be causing this?

Thanks!

Hi @Pbalazs89,

Thank you for writing in, for #1 please add this to Theme Options > CSS

.wpml-ls-item .sub-menu .x-anchor .x-anchor-content {
	padding-left: 2em;
    padding-right: 2em;
    justify-content: flex-start;
}

Regarding the #2, can you try removing this linear-gradient background you added on the content, and see if that resolves that issue?

You seem to added that on Theme Options > CSS area and Appearance > Customize > Additional CSS area, please remove on both.

Cheers!

Thanks a bunch! Worked like a charm!

You’re welcome!
We’re glad @Friech were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.