How to remove white space between menu and first post?

  • Posted in : Readme
  • AlexCeska
    Participant

    Please review this page.

    There is white space between the coffee cup and the menu. How do I remove this?

    I clicked hide page title on my posts page. Doesn’t seem to change anything.

    serkan
    Moderator

    Hi,
    You can use these custom css codes;

    .blog .layout-fixed > .entry-header { display: none; }
    .layout-fixed + .blog-alt { padding-top: 0; }

    Thanks

    AlexCeska
    Participant

    Hey! That didn’t seem to fix the problem.

    I believe the problem is the title is not being hidden by the “hide title” checkbox, for some reason.

    Is there some particular way I should have set this page up? All I did was have it be the default posts page.

    Again, the page in question is http://www.alexceskavich.com/blog/

    Where you can clearly see the title “Blog” and the white space. While, on your demo, the first featured image started right below the menu.

    Thanks!

    serkan
    Moderator

    Hi,
    I just updated the css code above. Please check it again.
    Thanks

    AlexCeska
    Participant

    Fixed it! Thank you!

    Can I ask one more question?

    How do I prevent “Next Reading” from showing up on the current post?

    After this, I’m all set man. This theme is awesome. Thank you.

    serkan
    Moderator

    Hi,
    This custom css code will remove the next reading part;

    .read-next { display: none; }

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register