Site logo

Archived topic

Page hero position

7 replies · Started by Bernhard on June 17, 2020

Viewing posts 1–8 of 8

Hello,
is it possible to set the language switcher to the right, top or bottom?

Hi there,

Where is the language switcher added currently?

Not exactly sure the position you want but give this a shot?

aside#polylang-2 {
    text-align: right;
}

It works, thank you :)
Would it be possible to put it into a box with background?

Hi there,

try this CSS:

.widget_polylang ul li a {
    padding: 10px;
    background-color: #000;
}

Perfect, thank you :)

Glad we could be of help

This archived topic is closed to new replies.