• Hey, I love your theme! My father complained that the width of the text is too big on his (big) screen. Each paragraph is only one line for him. How can I limit the width of the texts window to a certain number of characters, (ie. 40 characters.)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Bhikkhu Subhuti

    (@bhikkhu-subhuti)

    I think this css code did the trick (waiting for my father’s approval)
    .entry-content p {
    max-width: 500px;
    margin: 0 auto 30px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Column Width’ is closed to new replies.