Hello all,
My company uses SiteOrigin to in our intranet site and I am trying to add a page onto the site that features pictures of our team members who’ve been called out for doing a good job within the company. The problem i’m having is when I try to add a border (2px solid green border)to the image, instead of going around the square image, the border goes around the entire image container holding the image and not the image itself. I have tried adding additional CSS to the site ( .caughtPic .sow-image-container {border: 8px solid #green;}) that targeted the contents of the container, to no avail. I have also tried using the “Border Color” within the Widget Styles area, but this also puts a border around the container and not the image within.
Any help would be appreciated. If more info is needed, just reply. Thank you in advance!
-Steven
Hi Steven
Thanks for posting.
Have you perhaps tried
.caughtPic img { }
?Andrew,
Thank you for the quick reply. I don’t know where my mind was when I was trying to get this, but that did work… thank you!
-Steven
Hi Steven, thanks for the update, I’m glad to hear you’re making progress. All the best with your site!