• I’m using the Constructor theme.

    When I’m writing a post, and press return to make a new paragraph, it doesn’t show up in on my blog. The most recent test post on my blog should have two paragraphs in it. How do I fix this?

    also, how do I make the text smaller?

    the site is https://www.heybabestudio.com

Viewing 1 replies (of 1 total)
  • First thing, if you can get to your main stylesheet (https://heybabestudio.com/wp-content/themes/constructor/style.css) there’s a missing bracket that could be causing unexpected formatting issues (or not causing expected ones…)

    The style that begins at line 304 (.hentry .title h1 a) isn’t closed (https://cl.ly/2QBG) I don’t know what you know about CSS, so just to be on the safe side, you should put a closing curly bracket } just after the highlighted text in the screenshot.

    Here’s what I see before: https://cl.ly/2QL9
    and after: https://cl.ly/2PoN

    However, I noticed this caused the post titles to disappear. This can be fixed by change the display:none; reference in the next two styles to display:block (or simply remove the references altogether)

Viewing 1 replies (of 1 total)
  • The topic ‘how to increase paragraph spacing??’ is closed to new replies.