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,
In version 2.4.6 file name as “siteorigin-panels.php” and line number is 823, you remove the following line in version 2.4.8.
if($grid['cells'] <= 1) continue;
In version 2.4.6 = Rows with only one cell don’t have any margin because this row not in the loop,But
Version 2.4.8 = Rows with only one cell have a margin value because this row into the loop.
so i have the following issue,
Before update 2.4.6:
after Update 2.4.8:
Kindly fix the above issue as soon as possible, let me know your response.
Regards,
Suganya.
Hi Suganya,
This change was made for improved compatibility for nested layouts and to standardize row settings more. The idea is that all rows will be treated the same regardless of the column count. I know it might sound odd but basically, all columns will have gutter applied by default from now on. If you would rather not have gutter set for said row you should set the gutter for that row to 0.
I’m sorry for the confusion.