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.