Creating Spacing In Wordpress Theme

3 replies
  • WEB DESIGN
  • |
Hello Warriors,

I recently uploaded a new theme for my new niche site. The theme is beautifully designed but has one problem; and that is, it doesn't allow spacing between paragraphs.

Now, when I write a post with single spacing to indicate a paragraph, the moment I publish the post the spacing dissappers when I view the post. So, I would have to go back and make it double space for it to appear as single space when published.

Does anyone knows how I can fix this problem, so that my post appears neat and organized.

All suggestions are welcome.
#creating #spacing #theme #wordpress
  • Profile picture of the author kenn1288
    Can you please provide your site URL?
    {{ DiscussionBoard.errors[5085148].message }}
  • Profile picture of the author mikeavery10
    The same problem I am always facing. you may use past options from word file.
    {{ DiscussionBoard.errors[5087690].message }}
    • Profile picture of the author AnniePot
      You could try adding the following code to your theme's style.css


      }
      div.entry p { padding: 5px 0 0 0; }
      {{ DiscussionBoard.errors[5087743].message }}

Trending Topics