I have the following situation
<div class="customers-say">
<div class="customers-say__reviews">
{loadmoduleid 102}
</div>
</div>
Where the module is the Testimonials module. Ideally I'd like to center, reduce and position the module to the right, over a background image. However as soon as I apply the initial flexbox code:
.customers-say{
display: flex;
}
.customers-say__reviews{
flex:1;
}
The testimonial module expands in width 7000px+ off the page - please see attached image.
I'll sent the link to the site via email, as I don't want links back to my staging area.
Many thanks
Marc