Title: Single post does not look good
Last modified: August 20, 2024

---

# Single post does not look good

 *  [shg16](https://wordpress.org/support/users/shg16/)
 * (@shg16)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/)
 * Hey there,
 * My blog post has all formatting at the back end such as h1,h2 and h3. Some of
   the text has bold text as well but at the front end it doesn’t look good…
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsingle-post-does-not-look-good%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 12 replies - 1 through 12 (of 12 total)

 *  [gowinda](https://wordpress.org/support/users/gowinda/)
 * (@gowinda)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-17965687)
 * Hi,
 * you can try to use the solution stated in this thread: [https://wordpress.org/support/topic/upgrade-to-v2-0-completely-broke-my-intrace-theme/](https://wordpress.org/support/topic/upgrade-to-v2-0-completely-broke-my-intrace-theme/)
 *  Thread Starter [shg16](https://wordpress.org/support/users/shg16/)
 * (@shg16)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-17968891)
 * Hey there,
 * Thank you for your help but I am still having the difficulties…It has no change…
 * is there any other solution?
 *  [gowinda](https://wordpress.org/support/users/gowinda/)
 * (@gowinda)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-17970439)
 * Hi,
 * Try to put the content of the post inside gutenverse text editor. here is a video
   for reference:
 * > [View post on imgur.com](https://imgur.com/a/sea8bXK)
 * Note: I hope you don’t mind I use one of your posts as an example.
 *  Thread Starter [shg16](https://wordpress.org/support/users/shg16/)
 * (@shg16)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-17971045)
 * Hey…its working…thank you for your help and yeah all fine to use my post so someone
   may learn and it may help someone…
 * Also if you can help me with fonts. I do not like the color and font style. how
   to change it so that it can change to all blog post in one go…
 *  [gowinda](https://wordpress.org/support/users/gowinda/)
 * (@gowinda)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-17974824)
 * Hi,
 * to do that, you can edit the single post template. go to Editor > Templates >
   single post. there in the post content, you can edit the typography in the style
   section.
 * > [View post on imgur.com](https://imgur.com/a/14ad2xO)
 *  Thread Starter [shg16](https://wordpress.org/support/users/shg16/)
 * (@shg16)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-18049187)
 * Hi There
 * I am back again…today I did updates for themes and plugins and it stops working…
   it is doing same thing..It takes the headings but it do not take paragraph space…
 *  [gowinda](https://wordpress.org/support/users/gowinda/)
 * (@gowinda)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-18050732)
 * Hi,
 * I saw your site look just fine, can you elaborate on what you mean by:
 *     ```wp-block-code
       It takes the headings but it do not take paragraph space
       ```
   
 * Can you provide a screenshot or a video of the issue?
 *  Thread Starter [shg16](https://wordpress.org/support/users/shg16/)
 * (@shg16)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-18051489)
 * Hi there
 * Thank you for reply. Yes you are right…those post was made last month or previous
   and it was fine but when I posted yesterday it didnt work so I deleted. But for
   your investigation I have posted just now to have a look…here it is
 * [https://nyproperties.au/important-first-time-buying-considerations-for-house-and-land-packages-in-perth/](https://nyproperties.au/important-first-time-buying-considerations-for-house-and-land-packages-in-perth/)
 *  Thread Starter [shg16](https://wordpress.org/support/users/shg16/)
 * (@shg16)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-18051491)
 * Paragraphs do not have space in between…
 *  [gowinda](https://wordpress.org/support/users/gowinda/)
 * (@gowinda)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/#post-18053068)
 * Hi,
 * you can try and add this custom CSS:
 *     ```wp-block-code
       .post-template-default.single-post .guten-post-content .guten-column-wrapper *{    margin-top: 24px !important    margin-bottom: 0 !important}
       ```
   
 *  Thread Starter [shg16](https://wordpress.org/support/users/shg16/)
 * (@shg16)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/page/2/#post-18053611)
 * Hi I have pasted this css in appearance > Customize > Additional CSS and nothing
   happen. It is still same.. anything else or am I missing something
 *  [gowinda](https://wordpress.org/support/users/gowinda/)
 * (@gowinda)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/page/2/#post-18059604)
 * Hi,
 * I am sorry it was my fault. there seems to be a typo in the code.
 *     ```wp-block-code
       .post-template-default.single-post .guten-post-content .guten-column-wrapper *{    margin-top: 24px !important;    margin-bottom: 0 !important;}
       ```
   
 * it was missing semicolon ‘;’

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Single post does not look good’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/restance/1.0.9/screenshot.jpg)
 * Restance
 * [Support Threads](https://wordpress.org/support/theme/restance/)
 * [Active Topics](https://wordpress.org/support/theme/restance/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/restance/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/restance/reviews/)

## Tags

 * [single post](https://wordpress.org/support/topic-tag/single-post/)

 * 18 replies
 * 2 participants
 * Last reply from: [gowinda](https://wordpress.org/support/users/gowinda/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/single-post-does-not-look-good/page/2/#post-18059604)
 * Status: not resolved