Hello, I am using Page Builder plugin on my site.
After the last update, the pages that I build up with Page Builder looked messed up on screen resolution below 780px.
So I had noticed that the css of the siteorigin panels is showing up im my html, like this:
<style type=”text/css” media=”all” id=”siteorigin-panels-grids-wp_head”>/* Layout 6 */ #pgc-6-0-0 , #pgc-6-0-1 , #pgc-6-1-0 , #pgc-6-1-1 { width:50% } #pg-6-0 { margin-bottom:40px } #pg-6-0 .panel-grid-cell , #pg-6-1 .panel-grid-cell { float:left } #pl-6 .panel-grid-cell .so-panel { margin-bottom:30px } #pl-6 .panel-grid-cell .so-panel:last-child { margin-bottom:0px } #pg-6-0 , #pg-6-1 { margin-left:-25px;margin-right:-25px } #pg-6-0 .panel-grid-cell , #pg-6-1 .panel-grid-cell { padding-left:25px;padding-right:25px } @media (max-width:780px){ #pg-6-0 .panel-grid-cell , #pg-6-1 .panel-grid-cell { float:none;width:auto } #pgc-6-0-0 , #pgc-6-1-0 { margin-bottom:30px } #pl-6 .panel-grid , #pl-6 .panel-grid-cell { } } </style>
You can see it alive, page link
Is this normal, or the plugin did not update wright?
Thanks in advance, Gabi