Frame around my pictures or widgets
-
I need a Frame around my pictures or widgets.
a frame around the picture of °die beste kreditkarte°, °die beste auslandsversicherung° and °die beste debitkarte für down under°.The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will add a border to the images in those text widgets. As you will notice, the alignment of the images vary due to the length of titles.
.blog .widget_text img { border: 2px solid #0cc4c6; }As an alternate, you could put a border around the outside of the text widgets with the following. As you will see, there is still a difference in the height of the border areas due to the title length differences.
.blog .widget_text { border: 2px solid #0cc4c6; padding-left: 10px; padding-right: 10px; } -
Hi, for the Instagram Widget, this would be the CSS selector you would need to use,
.widget_wpcom_instagram_widget
and this for the facebook likebox widget.
.widget_facebook_likebox
- The topic ‘Frame around my pictures or widgets’ is closed to new replies.