Remove Inner Container for only 1/2 of Row

Is there a way to remove the inner container for only 1/2 of a row? I would like to have a marginless image on the right side of the row and text with the inner container on the left. I know you can disable the inner container and play with the padding, but that messes up the layout for mobile. Any workarounds? Do I need to have different settings for different devices?

This is what the row currently looks like:

I would like to have the left side of the text line up with where the usual inner container setting is but leave the image unaffected.

The site is up on https://blockofjoy.com/about-us

Hi @blockofjoy,

Thanks for reaching out.

It’s not possible, a row is a wrapper of columns. They are relative elements that create the entire layout, other elements will always be affected even if you move the columns outside the row. The only option is to create a different layout for each device.

Thanks!

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