• Resolved Key2015

    (@key2015)


    Hi,
    My blog about poetry. Poems are displaying normally as post but on front page where displays beginning of post text line break disappeared. You can see it here: https://www.sheriyat.com. It is not ok for poems. Please tell me how can I fix it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there Key2015,

    How are you doing today?

    Adding more tag to your posts should usually do the trick for this, I’ve tested it in this theme but it’s not working.

    The workaround for this using post excerpt would be adding HTML break tag (</br>) at the end of each line in post excerpt. The result should be this https://screencast.com/t/B5U0xEVLBO.

    What you need to do in order to achieve this is to add excerpt manually to each post with break tag at the end of each line https://screencast.com/t/8ZUzzevnKFk.

    If you want to center the excerpt content you can do it with some custom CSS. Since the theme has it’s own custom CSS tab you can add this code in Appearance >> Chocolat Settings >> Custom CSS:

    .entry-summary {
    text-align: center;
    }

    This should center your content.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Key2015

    (@key2015)

    Thanks

    Glad I could help ??

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Line break issue on front page’ is closed to new replies.