Feature box - size of image
can I adjust the size of the embedded image within a feature box to e.g. 200x200 px.
I want the profile picture at the bottom of http://rolfingverband.org/rolfing-10er-serie/10er-serie/ to be much smaller
Thanks in advance
Asmus
Comments
to decrease Feature Box image to 200px, you need to use custom css:
.feature_box .feature_box_wrapper .photo_wrapper img { width: 200px !important; }works greate
Asmus