Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #173286
    simpra
    Participant

    Hello everybody,

    How its possible do activate the formating characters like line break and separator?

    Thanks for an answer,

    Rafael Robleda

    #173364
    Skandha
    Participant

    @simpra: Hello Rafael,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #173478
    simpra
    Participant

    The Preview of the blog is: https://mnemosyna.ch/category/blog_de/ where some formatting characters are omitted.

    On the blog-post-page it is ok i see the white line: https://mnemosyna.ch/rhabarberbarbarabar/

    One solution is to put some amount of underscore ____ so that the line appears in the preview but in the blog-post-page the line for normal reason is not as wide as the page. Example: https://mnemosyna.ch/vokalenchaos/

    #173557
    Skandha
    Participant

    @simpra: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    article .archive-post-wrap {
    	border-bottom:1px solid #000;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #174863
    simpra
    Participant

    Thanks for help. I think my requirements are not possible with CSS because the data is not available. So i need to change the php source code to retrieve additional data. I will try to have a look the next days.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘line break and Line not shown in blog-preview’ is closed to new replies.