Archived topic
Image as Border?
2 replies · Started by Matt Stern on February 7, 2023
Viewing posts 1–3 of 3
Hi there,
Is it possible to change the sidebar border to an image?
Here's a link to the page in question: https://sternstaging2.com/3-uncommon-ways-to-reduce-sugar-cravings/
Thank you!
Matt
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.