Hi @quarryscapes,
Thanks for reporting this and for sharing the test page. We’ll look into this and get back to you soon with an update.
Regards,
Livecomposer Team
Hi @quarryscapes,
Thanks for your patience.
Please try adding the following CSS to your theme’s Additional CSS section:
.dslc-modules-section-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.dslc-valign-top, .dslc-valign-middle, .dslc-valign-bottom {
display: flex;
flex-wrap: wrap;
}
.dslc-valign-top { align-content: flex-start;}
.dslc-valign-middle { align-content: center;}
.dslc-valign-bottom { align-content: flex-end;}
This should enable proper vertical alignment for side-by-side elements.
If the issue still persists, please share temporary access credentials via our support email at [email protected], and our team will be happy to investigate further and assist you more quickly.
Thank you,
LiveComposer Team
Many thanks for that, I’ll give it a go, but Live Composer seems to have stopped working altogether now. Once I’ve worked out what the issue is I’ll try this.
Happy to report that the CSS worked, all up and running correctly now, Many thanks 🙂