Adding Offset Borders to Buttons and images

Hi, I’m wondering how i can make this:


Look like this:

I have this website on the Divi Builder that I’m trying to transfer to Theme.Co. Please let me know how to add border offsets or add white lines in the image and the buttons.

Thank you.

Hello @addwirecom,

Thanks for writing in!

You can insert an image and add a DIV element next to it.

Screen Shot 2022-03-13 at 10.59.29 AM

You can then position the DIV element as “Absolute” with a width and height of calc(100% - 20px) because you need to add a margin of 10 pixels to create some space around it.

The resulting display would look like this:

Hope this makes sense.

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