This topic has 6 replies, 2 voices, and was last updated 9 years, 11 months ago by Anonymous.
Viewing 7 posts - 1 through 7 (of 7 total)
Hi Support, I installed LifeCare theme 3.4.0 version but have a problem with images
I inserted an image with ‘alignleft’ into a post, but there’s no margin or padding. Image just stick to the text. Can I somehow set margin or padding parameters to all images at website through CSS?
We’ll consider adding padding and margins for the images in the next release. But if you wish to add you can add in style.css in the below section of code.
/* Alignment */
.alignleft { float: left; text-align: left; }
.alignright { float: right; text-align: right; }
.aligncenter { text-align: center; display: block; margin-left: auto; margin-right: auto; }
Not in a child theme folder. You can add it in a parent theme.
Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.