[Resolved] Page hero position

Home Forums Support [Resolved] Page hero position

Home Forums Support Page hero position

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1331795
    Bernhard

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

    #1331870
    Leo
    Staff
    Customer Support

    Hi there,

    Where is the language switcher added currently?

    #1331911
    Bernhard

    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]
    #1332009
    Leo
    Staff
    Customer Support

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

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

    It works, thank you πŸ™‚
    Would it be possible to put it into a box with background?

    #1332582
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Perfect, thank you πŸ™‚

    #1332641
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.