Floating text arround image
9 years 2 months ago #961
Hey,
I'd like to have every image being floated arround.
Right now I have to set the setting manually, but I am sure I can do that once for all images.
If you like you can have a look at
matthaeus-lehrte.de
The image in the first entry is set manually, I want it like this for all images.
How can I do that?
Thank you
Steffi
Please Log in or Create an account to join the conversation.
9 years 2 months ago #962
Hi,
You can add to css of your template:
.blog-featured img {
float: left;
margin: 5px;
}
The following user(s) said Thank You: Steffi
Please Log in or Create an account to join the conversation.
Time to create page: 0.068 seconds