New Landing How can we help? Cardinal Wrong text/title aligment

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Cardinal
  • #162336
    4vj4
    Member
    Post count: 24

    Hello,

    I have a problem with the aligment of the texts.
    In one post the text is aligned good, but in the other text (which has the same post-type i think) the aligment is wrong.

    The title is positioned good, but the text of the post itself is wrong in some posts.
    Why is this and how can I solve this.

    This are the two pages:
    WRONG: http://www.vincentjongman.nl/schrijven/gedichten/vernielend-verlangen/
    GOOD: http://www.vincentjongman.nl/arinnliraes/c-menvington/

    #162352
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Have you copied and pasted the text? Please provide me a login so I can look into this, I think there’s extra formatting on the one with the issue

    – Kyle

    #162378
    4vj4
    Member
    Post count: 24
    This reply has been marked as private.
    #162480
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please edit this page’s text in classic editor mode. You have many <br> tag inside this page content. Hope you can fix it easily.
    Thanks
    Mohammad

    #162532
    4vj4
    Member
    Post count: 24

    Most of my posts have this problem. I think it’s not possible to edit every post.

    I saw that if i use the sidebar, the posts are aligned good, but when I remove it, the content of the posts move. Is there a way to edit the CSS, so every post aligns the same way?

    #162533
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Try the below code, in your functions.php,

    function stop_removing_tags(){
        remove_filter('the_content', 'wpautop');
    }
    
    add_action('init', 'stop_removing_tags');

    Thanks
    Mohammad

    #162536
    4vj4
    Member
    Post count: 24

    This doesn’t work. The code removes the lay-out of the text. So there are no spaces and enters anymore.

    Attachments:
    You must be logged in to view attached files.
    #162552
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its not theme issue. You can use this plugin https://wordpress.org/plugins/ps-disable-auto-formatting/. Hope that should help to you.
    Thanks
    Mohammad

    #162595
    4vj4
    Member
    Post count: 24

    Oké. Thank you.
    As a solution I placed an empty sidebar as default. Now the posts align without problems.

    Thank you for your help.

    #162599
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register