• Resolved Lars.Lemming

    (@larslemming)


    Am almost finished with creating my first WordPress web-site using the Mystile Wootheme – and for the first time ever I have been playing with CSS, that is one cool way of controlling the layout of the site.

    That said, I still have a couple of serious issues which I have not solved – but let’s take them one at the time.

    The primary concern is the distance between the lines as a result of the <p></p> tags, where the line distance become very high!

    Is there any merciful WordPress or CSS angles out there who can/will tell me how to control that in CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can try this css if you want to add some spaces between your p tags:

    p { margin-bottom: 30px; }

    Thread Starter Lars.Lemming

    (@larslemming)

    Thank you tasko – I solved by adding the following to Custom.css:
    p { margin-bottom: 5px; }
    It was that simple!

    The next few issues will follow tomorrow (European time) 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line distance after tag’ is closed to new replies.