Error with last update and Poiylang (2.9.2)
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
5Hi 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:
.site-footer #footer-widgets .widget { width: 100%; }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 :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.