• birkopf

    (@birkopf)


    Dear all,

    Whenever I am writing something as a post or new page I cannot break a line more than once. I can put <p> and it will shift it to next line but no more. Using doesn’t help. For example, I can do that:

    line1: text , text , text , text ,
    line2: text , text ,text , text ,
    line3:

    but not that

    line1: text , text , text , text ,
    line2:
    line3: text , text ,text , text ,

    – Could it be a problem with theme or I am doing something wrong ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    Unless you provide a link to your site, no one will be able to offer much in the way of specific help.

    Thread Starter birkopf

    (@birkopf)

    My site is: studiobosek dot com

    esmi

    (@esmi)

    You mighr want to try removing:

    .post p {
    margin:0;
    }

    from style.css. It appears to be in there twice.

    Thread Starter birkopf

    (@birkopf)

    Thank you for answer Esmi.

    I did. Didn’t helped. I try reediting pages or create new one and still no change 🙁

    esmi

    (@esmi)

    Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

    Thread Starter birkopf

    (@birkopf)

    I tried but didn’t succeed 🙁
    Must be something else…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No line breaking’ is closed to new replies.