Archived topic
Page hero position
7 replies · Started by Bernhard on June 17, 2020
Hello,
is it possible to set the language switcher to the right, top or bottom?
Hi there,
Where is the language switcher added currently?
It's under the title on the left of the obelisc ;) https://www.tourist-in-rom.com/en/
For now, I use the following
<nh1>[tagline]</nh1>
[do_widget id=polylang-2]
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