Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
space around image
#1
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

   
Reply
#2
(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.
Reply
#3
helpful thnks, just working out which css we are not all super experts . Get Simple is the name I went for
Reply
#4
(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.
Reply
#5
(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;}
Reply




Users browsing this thread: 1 Guest(s)