Padding around content in a page/post

  • Author
    Posts
  • #93879

    Above the title of the post there is about 60px of padding (inspected using browser).
    Can I reduce this padding to 10px?

    I’ve removed header images and such to make it very basic.
    here’s an image. The space above the title Writing.

    https://ibb.co/58YQwxP

    #93880

    did some more searching (did do some before) and found my answer.

    body #container #main, body #container #main article.page .entry-content {
    padding-top: 10px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Padding around content in a page/post’ is closed to new replies.