Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem breakline paragraphs

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #260465
    tallerwp
    Participant

    Hello,

    I hope that you can understand my question.

    I need that a paragrahp has the same left margin, but when I add a new line, the text shows this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    

    and I need this:

    Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    How Can change it with css?

    Thank you and sorry for this simple question

    #260466
    Paulie_D
    Member

    Unfortunately, it’s hard to see the problem.

    Can you make a minimal demonstration of the issue in Codepen.io?

    #260467
    tallerwp
    Participant

    You can see it here

    https://codepen.io/tallerdewp/pen/eGBaKP

    It is very simple problem

    #260469
    Paulie_D
    Member

    Your Codepen does not demostrate the problem nor does it contain any code.

    It may be that (in the code we haven’t seen) you have text-indent set on your paragraphs.

    https://codepen.io/Paulie-D/pen/QqGepw

    #260473
    tallerwp
    Participant

    Yes, I thought that it was text-indent, but it doesn´t work. I don´t know why.

    Thank you and sorry

    #260478
    Paulie_D
    Member

    As I mentioned, if you can’t recreate it with your code, we can’t diagnose it.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.