Hi,
I reported about row sort bug before, but I didn’t see reactions.
(Pending Approval)
Anyway, I think version 2.5.2 has some bugs.
When I saw page source through Chrome DevTools, I found these about rows.
#pg-2-0.panel-no-style, #pg-2-0.panel-has-style > .panel-row-style, #pg-2-1.panel-no-style, #pg-2-1.panel-has-style > .panel-row-style, #pg-2-2.panel-no-style, #pg-2-2.panel-has-style > .panel-row-style {align-items: flex-start;}
But I couldn’t find “display: flex;” code about this pg-2-1, pg-2-2 rows.
So, despite having created layout in the past,
a b c
it was expressed like this.
a
b
c
.
When I add #pg-2-1, #pg-2-2 {display: flex;}, the rows are well aligned horizontally.(a b c)
Plus, “Setting-Page Builder-Layout-Row/Widget Bottom” does not work actually.
Plus, “Setting-Page Builder-Layout-Row Gutter” work weired.
Now, I rolled back ver 2.5.0.
If you are interested in resolving bugs, check out these symptoms.
Thank you for reading my thread.
Have a nice day.