Plugin Author
Brecht
(@brechtvds)
I do not seem to be having this issue on mobile (testing on an iPhone in Safari). Where are you testing this?
Thank you for your reply,
we have tested in iphone x.
Please check the below link,
we have require this column width 100% on equal size.
https://prnt.sc/mrahyl
Also can we change layout structure backend because it looking bad in backend section.
Thanks
Plugin Author
Brecht
(@brechtvds)
I am testing an on actual iPhone X and it looks normal. That screenshot is not from an iPhone X. Where are you testing that?
Hello,
Please check the below iphone x screenshot link,
https://prnt.sc/mrnav4
Column not showing equal height and width,
Thanks,
Plugin Author
Brecht
(@brechtvds)
I see the problem now. The page you linked to isn’t the one in the screenshots.
You seem to have this CSS some where, adding a margin to only some columns:
.page-id-846 .wp-block-column:not(:last-child) {
margin-right: 32px !important;
}
That seems to be causing at least part of the problem.