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].
Hi Guys,
I was wondering if there is way to come back to the original CSS code because I made something wrong.
Thanks, Matteo.
Hi MTZ
No problem. I’ve emailed it to you now.
If you’d like to remove the logo image size constraint in the layout you’re using, try the following under Appearance > Custom CSS:
(Please remember that any changes made to style.css or any other theme files get overwritten during theme updates. Please see our Custom CSS tutorial when you have a moment: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/)
Thank you Andrew.
Yes the Logo got fixed but main problem is on the page builder of this page: http://test.ih-booking.com/prodotti/
If you look at the Round Icon, should be 3 in a row, but now are displayed in the 3 row.
I assume it’s due to some CSS exchange I did.
Thanks
Matteo
For sure. Please take a look at your Custom CSS, you’re listing a width as 33,333%. The comma needs to be changed to a period separator. It should read 33.333%.
Please ignore my last message. One moment, taking a look at this now.
It looks like Page Builder has run into a PHP localisation issue with the percentage separator being changed to a comma when it should be a period. We’ve made a fix in the development version of Page Builder which should be pushed live in the next few days. In the mean time you can hotfix with the following Custom CSS:
Alternatively if you wanted to hotfix Page Builder you could, via FTP, go to /wp-content/plugins/siteorigin-panels/ and edit siteorigin-panels.php. There change line 469 from what it is now:
To this:
Hi Andrew.
I tried with Custom CSS but nothing happened. And I don’t know how to manage FTP changes unfortunately.
Best Regards,
Matteo
I’m not seeing the Custom CSS there, please can you ensure the following is inserted under Appearance > Custom CSS:
Hi Andrew.
Sorry for late reply. The patch worked, I did also for the other pages.
Thanks a lot
Awesome, glad that helped. All the best.