Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
In Header and Footer Widgets, if there are 2 widgets but only one is used per language with Polylang, # masthead-widgets .widget and # footer-widgets .widget have width = 50%, instead of 100%.
This did not happen before version 2.9.2
Hi Icodina,
Unfortunately, as you’ve seen, Polylang has changed something that is resulting in the sidebar width being incorrectly calculated. We’re currently looking into this issue and should hopefully have a proper fix shortly. In the meantime, you’ll need to use CSS to avoid this issue. Can you please clarify what theme you’re using? This will allow me to provide you with CSS specific to your theme.
Hello,
I’ve already fixed it with CSS (the theme is Vantage). I just wanted to report the error.
Thanks for your answer.
Hi :)
Please, try adding the following to CustomizeAdditional CSS or the Custom CSS location of your choosing and let us know how that goes:
Thanks
Hi Andrew,
That would be a solution, but it is not good for all cases.
To solve the error, I think what I had done is better:
#masthead-widgets widget.panel-first-child.panel-last-child { width: 100% !important; }
#footer-widgets widget.panel-first-child.panel-last-child { width: 100% !important; }
Only when there is a single widget. :-)
Thanks,
Thanks for your feedback and additional rules, indeed, my rule would only work for the footer. All the best :)