[Plugin: Simple Image Widget] More CSS control?
-
Hi,
In your FAQ you give some tips on using code in your css to control some aspects of the widget (see below). Can you give some more options? I need to find a way to overide the existing code for a side widget that’s adding padding, background color, etc…
Thanks for the help,
LandsHow do I remove the border from around a link image?
In your theme’s CSS file, add this code:
.simpleimage img { border: 0px; }How do I change the alignment of the images?
This can also be done with CSS:
.simpleimage { text-align: center; }
The topic ‘[Plugin: Simple Image Widget] More CSS control?’ is closed to new replies.