page-loader

Home Forums Builderio – Free Construction Theme Text automatically indented

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2635
    Abileweb
    Keymaster

    Hi,

    You don’t want text indent to content of pages means you need to write css code in style.css file.

    find the code in style file and set text-indent to 0.

    .type-page .entry-content p {
    line-height: 1.8;
    margin-bottom: 0;
    text-indent: 45px;
    }
    or replace the code
    .type-page .entry-content p {
    line-height: 1.8;
    margin-bottom: 0;
    text-indent: 0px;
    }

    Thanks

    #2634
    rainer
    Participant

    Hello, Theme Builderio automatically indents the text in WordPress pages at different places. Neither in the editor or in the source code can I find a cause.
    Can you help me please?
    I would like to send you a screenshot if possible so that you can better understand what I mean.
    Thank you already now for your answer.
    Best Regards
    Rainer

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.