Trade theme - how to stretch image in multi-column with 1 column to full width

Topic summary

A user wants to create a full-width divider using a narrow image of 4 parallel lines to separate sections on their store.

They’ve placed the image in a multi-column block with 1 column, but it displays centered with significant whitespace on both sides instead of stretching edge-to-edge.

The user is familiar with CSS conceptually but doesn’t know how to implement it. They’re seeking guidance on making the image span the full width of the page.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

I want a narrow image of 4 parallel lines to stretch across the full width like a ribbon, as a divider between some key sections (but not all sections).

I have created the image and put it in a multicolumn with 1 column, but it is showing in the centre with a lot of space on both sides. How can I make it stretch across the full width?

1 Like

I know what CSS is but dont know how to use it.