Flexbox width help please

Hi

https://sussexmarketingninja.com/whats-included/

Hi All

So I’ve been getting to know flexbox and Iv’e got a fight on my hands that I am not winning.

I’m trying to get the paragraphs on the page to use the full with of the content area.

However when I centre an intro paragraph, then have the preceding paragraphs set to start left, I can’t get the text to use the full width, I.e end the text at the same far-right point as the centred text above.

Can anyone shed any light pretty please?
found If I uncheck this in the inspector It fixes the problem:

    @media (min-width: 767px) and (max-width: 978.98px)
.e2718-27 > .x-row-inner > *:nth-child(1n - 0) {
flex-basis: calc(100% - 1em);
}

The trouble is I cannot find that anywhere in the editor, can you help me please?

Thanks

Ben

Hello Ben,

Thanks for writing in!

Are you trying to design something like this?

You do not need the custom CSS. Simply set the width of the second text element to 100%. Or you can also insert a row or div element that will do the same thing.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.