Site logo

[Resolved] Image as Border?

Home Forums Support [Resolved] Image as Border?

Home Forums Support Image as Border?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2525229
    Matt Stern

    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

    #2525253
    Ying
    Staff
    Customer Support

    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.

    #2525412
    Matt Stern

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.