Site logo

Archived topic

Image as Border?

2 replies · Started by Matt Stern on February 7, 2023

Viewing posts 1–3 of 3

Hi Matt,

You can try this css to make the sidebar area to be flex:

.inside-right-sidebar {
    display: flex;
}

Then add the image in one container, add all the content into one container.

The two containers should go side by side.

Thanks, Ying. I'll give it a go.

This archived topic is closed to new replies.