Add border to image within content block on page
debm
Registered Users Posts: 3 Beginner grinner
Hi folks -
Been researching this extensively and coming up empty. Can someone point me to the code that places a border around an image that is in a single/ multiple image content block on a page? I am not referring to galleries (thumbs, lightbox, main), rather an actual page with text and images.
Thanks!
deb
Been researching this extensively and coming up empty. Can someone point me to the code that places a border around an image that is in a single/ multiple image content block on a page? I am not referring to galleries (thumbs, lightbox, main), rather an actual page with text and images.
Thanks!
deb
0
Comments
My Website index | My Blog
Sure - here's an example.
There are two multiple photo blocks based on photos I choose (not a folder or gallery). Trying to determine if it's easier to dynamically assign border, or add before image export.
Thx.
.sm-page-node-GnRXW .sm-tile-content {
border: 4px double #ccc;
}
My Website index | My Blog
A question in return:
While I like the double line and 4px width, I don't want it to encroach on the image - rather placed on the outside. Is this possible?