GetSimple Support Forum
space around image - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: space around image (/showthread.php?tid=12888)



space around image - gordo52 - 2020-01-18

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]


RE: space around image - Oleg06 - 2020-01-18

(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.


RE: space around image - gordo52 - 2020-01-18

helpful thnks, just working out which css we are not all super experts . Get Simple is the name I went for


RE: space around image - Timbow - 2020-01-18

(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.


RE: space around image - multicolor - 2020-01-23

(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;}