• Resolved tutorialsdiary

    (@tutorialsdiary)


    Thanks for this wonderful theme!

    I have these things to do –
    Kindly check the screenshot – https://ibb.co/qFYnbDh

    1) I need to remove/reduce the spacing under menu and above post grids

    2) I want to hide text saying Leave a Comment/number of the comment above the post feature image

    3) Remove the extra space between post title link and excerpts

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Howdy –

    Take a look below and let me know if you have more questions.

    1) I need to remove/reduce the spacing under menu and above post grids

    .archive .site-main, .blog .site-main, .error404 .site-main, .search .site-main {
        margin-top: 0px;
    }

    You can adjust the margin-top: 0px to a customized pixel size.

    2) I want to hide text saying Leave a Comment/number of the comment above the post feature image

    Disable comments on your post settings.

    3) Remove the extra space between post title link and excerpts

    .entry-meta {
        display: none;
    }

    and

    .entry-summary {
       display: non;
    }

    Add those CSS bits one at a time to see the effect. Together they greatly reduce that space. I wouldn’t delete it entirely though or your title and post content won’t stand apart from each other and it will run together.

    Thread Starter tutorialsdiary

    (@tutorialsdiary)

    You are a lifesaver!
    It worked ??
    Thank You so very much!

    Thread Starter tutorialsdiary

    (@tutorialsdiary)

    resolved!

    Awesome ?? Thanks for letting us know that it worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spacing and Comment remover’ is closed to new replies.