• bsmcgee2000

    (@bsmcgee2000)


    Although I add the <p> & </p> to each paragraph, there are no spaces between each paragraph.

    Can anyone please help?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    have you checked that the paragraph tags are in the html code in the browser?

    browser toolbar – ‘view source’ or similar.

    spaces between paragraphs are usually set in style.css of your theme.

    please post a link to your site (linking to a post or page without paragraph spaces) to illustrate the problem.

    Thread Starter bsmcgee2000

    (@bsmcgee2000)

    Hi alchymyth,

    Thanks for your response.

    https://whocalledtoday.com/

    bsmcgee2000

    Michael

    (@alchymyth)

    the styles here in style.css of your theme:
    /* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
    reset all margin and padding for the p tags;

    you need to add new definitions for the paragraph tags somewhere after that section.

    example:

    #content p { margin-bottom: 2em; }

    https://www.w3schools.com/css/css_margin.asp

    Thread Starter bsmcgee2000

    (@bsmcgee2000)

    It worked!

    Thank you so much.

    B

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Space between Paragraphs’ is closed to new replies.