Image Border(s) in custom sidebar

Viewing 2 posts - 1 through 2 (of 2 total)
  • #17569
    tvrobin
    Participant

    I’m fairly new to the WordPress universe, but so far I have enjoyed great success with the Pinboard theme, so thanks for such a useable option.

    One of the minor details plaguing me, however, is my inability to create an image border and drop shadow in the custom sidebars as appear in images inserted into posts or on pages.

    Can anyone advise how this might be accomplished? I am trying to ensure the images appear consistent across the website, and right now, post images have a border (which I like) where as sidebar images do not.

    Thanks, in advance, for any guidance.

    #17576
    Daniel Tara
    Keymaster

    Add this to your custom styles:

    .widget-area img {
    	max-width: 98.5%;
    	padding: 0.8%;
    	box-shadow: 0 0 3px #EEE;
    	background: #FFF;
    	border: #EEE 1px solid;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.