Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #58947
    Charissa
    Member

    Hello! My site is travelingromantic.com. I’d like to remove the white space after the title and a weird square after the first paragraph.

    Thanks!

    #58972
    Sakin
    Keymaster

    @Charissa: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .entry-summary { margin-top: 0; }
    .more-link { display: none; }
    #59009
    Charissa
    Member

    Hi, thanks so much for your help. That helped the home page but it didn’t solve the spacing issues on the individual post pages.

    Here’s a screenshot of a post page that shows the weird spacing/padding in the second paragraph and the spacing after the title, before the first paragraph.
    https://drive.google.com/file/d/0B28k2uDo1mGjNmFlTlZqbjZzejQ/view?usp=sharing

    Thanks again for your help!

    #59147
    Charissa
    Member

    I fixed the box spacing on the individual posts by changing the <p> tags to <div> but I still have the large spacing/padding after the title.

    #59152
    Sakin
    Keymaster

    @Charissa: For individual page/post, you can add the following css:
    .entry-content { margin-top: 0; }

    #59180
    Charissa
    Member

    Unfortunately it didn’t work. Not sure what I’m doing wrong.

    #59188
    Sakin
    Keymaster

    @Charissa: You can also add the following css:
    .single .entry-header { margin-bottom: 0; }

    Then when I check in your post, I see google ads code below the title. Where did you add that from. The ads are not loading and it’s taking white space.

    #59193
    Charissa
    Member

    Thanks, I’ll try that. The Google adsense script I put in a couple days ago trying to get adsense to work. I’ll remove it. Thanks again!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘White space on individual posts’ is closed to new replies.