GetSimple Support Forum

Full Version: space around image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have news manager with html editor in use for a small blog.

Is there a way to increase the space between an image and the text of an article ?

It is difficult to see the gap between image and text

[attachment=920]
(2020-01-18, 04:24:39)gordo52 Wrote: [ -> ]I have news manager with html editor in use for a small blog.

Is there a way to increase the space between an image and the text of an article ?
Use CSS.
helpful thnks, just working out which css we are not all super experts . Get Simple is the name I went for
(2020-01-18, 22:05:43)gordo52 Wrote: [ -> ]helpful thnks, just working out which css   we are not all super experts  . Get Simple is the name I went for

to see which css needs editing use your browser's tools. in chrome it's shift-ctrl-I or right click and choose Inspect.
(2020-01-18, 04:24:39)gordo52 Wrote: [ -> ]I have news manager with html editor in use for a small blog.

Is there a way to increase the space between an image and the text of an article ?

It is difficult to see the gap between image and text

create editor.css and place to your theme folder create

img{margin:5px;}

and on your style.css in themes create example

.yourClassWithContent img{margin:5px;}