Hi there!
Glad you reached out to us.
While we aim to offer a seamless experience across various devices and platforms, supporting older versions of iOS or browsers may sometimes present challenges due to the evolution of web technologies and standards. We need to ensure optimal performance and compatibility with the latest versions, as they offer the most robust support for modern web features and standards.
By the time Kadence Blocks was released, Safari iOS is already on version 13. One potential fix for this is to add custom CSS codes to your website’s Row Layout block so it will show better even on 9.3 versions.
For example, you have the Row Layout block that shows 2 columns with equal widths. You can add a CSS code like this:
selector .kt-row-column-wrap.kt-has-2-columns {
display:flex;
gap: 2em;
}
selector .kt-row-column-wrap.kt-has-2-columns.kt-tab-layout-equal .wp-block-kadence-column {
flex:1;
}
Add this to the specific Row Layout block’s Custom CSS option – https://share.zight.com/jkup5WmO
However, for the best results and ongoing updates, we recommend using more recent devices and browsers.
Let me know if I can help you further with this.