• Hi,

    When i am writing articles on my blog and publishing them for some reason there is not proper spacing in between the paragraphs that i write even though i press enter twice before starting a new sentence? Also i cannot seem to find the button that makes the text bigger when writing an article?

    I am currently using a free wordpress template if that is any relevance.

    Thanks and hope to hear from you soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help. in the meantime, have you tried:

    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems?

    Thread Starter Bhavick

    (@bhavick)

    Hi,

    My URL is as follows:

    https://www.indigotraits.com

    Thanks,

    Its all contolled in CSS. Specifically the Style.css unde your theme directory. If you are looking for paracgraph it would be under the p:
    p{
    margin: .3em 0 .2em;
    line-height: 125%;
    }

    There is no “button” to change font size. You could change from paragraph to H4, 3, etc. Otherwise again, you would change in CSS.
    If you are unfamilar with using CSS take a look at:
    https://www.w3schools.com/css/default.asp

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacing In Between Paragraphs’ is closed to new replies.