Support » Theme: SemPress » Image border formatting

Viewing 2 replies - 1 through 2 (of 2 total)
  • It is because the images with the border shadow are thumbnails. The google now image you placed as a medium size. The theme CSS is only adding the border to the thumbnail images.

    Thread Starter jsteinke17

    (@jsteinke17)

    Thanks Stacy. I’d tried to update the CSS for the other image sizes (e.g. “size-full”) but it wasn’t working for some reason.

    I went ahead and created a new CSS class and added this class to the image and it’s working now:

    img.jeff-border {
    	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image border formatting’ is closed to new replies.