• In footer I want to use two “Layout builder” widget (one for Slovenian language page and one for English language page). Polylang is my multilanguage plugin.
    It works fine until I have only one widget (for Slovenian language).
    Check three pics:
    1
    2
    3

    But when I just add a second widget (which is set to appear on English site), it broken the Slovenian one (and English also).
    Check:
    4
    5
    6.

    What is wrong?
    The website is here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tuncan

    (@tuncan)

    To be honest – I’m not sure, if this is maybe for Page builder forum?

    Hi @tuncan

    We’ll need to use lang conditional CSS to set the Footer columns.

    I’m struggling to replicate the error. Can you confirm a URL where I can see the error you sent a screenshot of. Once I can view the problem I’ll write up the CSS to fix.

    Thanks

    Thread Starter tuncan

    (@tuncan)

    Thank you.
    It is this website.

    But I found a solution this morning, with adding this code:

    #footer-widgets .widget:lang(en-GB) {
    width: 100%;
    }

    #footer-widgets .widget:lang(sl-SI) {
    width: 100%;
    }

    into child CSS.

    That’s the one ?? Nicely done. Thanks for sharing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Layout builder widget in footer’ is closed to new replies.