By ccbelland on
I can't seem to figure out how to add just a few pixels of spacing above the images in my nodes. Please take a look at this example: http://citywalkingguide.com/staugustine/castillodesanmarcos. Can anyone give me a quick reply on where this is done and how to do it?
Thanks a million!
Comments
_
Add this code to themes/wilderness/style.css :-
THANK YOU for the help!!
THANK YOU for the help!!
one more quick question... if
one more quick question... if I want to align or float the images to the left... what would the css be?
I thought it would be:
.image-attach-body img {
float:left;
}
but it doesn't work.
_
Almost :-)
ah... perfect! You're the
ah... perfect! You're the best! Thank you
That is the correct CSS but
That is the correct CSS but Drupal/your browser will often cache the theme and your changes will not be visible until you clear cache.