• I know this subject is all over this forum. I’ve tried every “resovled” solution. I must be doing something wrong. I’m working on a multi language site and I can’t get the paragraph spacing to stick. I’ve tried changing the margin at the top of my css but it throws the entire site off.

    Can someone help me?

    This is how some post look in the site and some are fine, but I want to fix this part of it.

    https://www.hispanicalliancesc.com/en/health/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator cubecolour

    (@numeeja)

    Try #content p {margin-bottom: 12px;}

    You should also mark up your headings as headings, such as <h2> or <h3> rather than bold paragraphs: <strong><p>

    Thread Starter richwininc

    (@richwininc)

    That worked!! I’m not sure how tot format the headings… Is that in the css?

    Moderator cubecolour

    (@numeeja)

    In your content – if you use correct semantic markup for your headings you can target the headings in the css and be much more flexible in how you format them.

    If the headings are not marked up as headings and are just bold paragraphs, any css rules you add to paragraphs also apply to the headings – which can cause them to be formatted in a way you don’t want.

    see https://www.w3schools.com/html to learn more

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paragraph spacing’ is closed to new replies.