• Resolved Taryn

    (@ladytike)


    I’m new to WordPress, but am familiar with HTML. I’m having trouble with line breaks and can’t seem to fix it. It’s after the heading on my About Us page–no matter what I do, adding in line breaks, changing margins in the CSS, I can’t get a line break after the Background title. Am I missing something really obvious?

    Thank you so much! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Taryn

    (@ladytike)

    Oh–I also can’t seem to figure out why that Background title is indented. ??

    Try commenting out

    margin:0px;

    for the ‘p’ element in the stylesheet.

    Background title is getting indented because of this:

    padding:9px 20px 0px 19px;

    in

    .content h2 {

    You might want to create a special id or div for that title and override the style by adjusting the left and right padding.

    Thread Starter Taryn

    (@ladytike)

    Thanks for your help–it’s working now. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Line breaks after heading on pages not working’ is closed to new replies.