1: Sorry I dont have enough imformation about it. Could you please create a new forum post about this question?So that I can forward it to our team.
2: Use this custom CSS
@media only screen and (max-width: 1700px) and (min-width: 844px) {
.sppb-addon-image-layout-content.sppb-text-alignment{
text-align: left;
padding: 50% 5% !important;
}
}
Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
3: Use this custom CSS
.image-layout-preset-style-card .sppb-addon-image-layout-image, .image-layout-preset-style-card .sppb-img-responsive, .image-layout-preset-style-overlap .sppb-addon-image-layout-image, .image-layout-preset-style-overlap .sppb-img-responsive{
height:unset !important;
}
Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
-Regards.