shortening space between Tittle and content

  • Posted in : TheBlogger
  • krollemurow
    Participant

    Hi,

    how can I shorten the distance between tittle and the content in the posts?
    Also tittles in posts are breaking to quick. I wish make them bit longer between they break o another line. Please help

    serkan
    Moderator

    Hi,
    Please go to appearance > customize > single post > post title style > choose default and save it.
    If you want to reduce the gap a bit, you can use the following custom CSS code;

    @media screen and (min-width: 768px) {
    .entry-header { margin-bottom: 3em; } }

    If you do not want the title to fall into the second row, you need to reduce the font size. You can do this through the customizer.
    Thanks

    krollemurow
    Participant

    Hi,
    I changed font in customization, thank you

    I also tried to delete Tittle in Category and TAG so I read on forum how to do it.
    I put some lines in custom CSS but still is not working.
    Please, check my prtscreen: https://prnt.sc/iso9ng

    Is it possible my Custom CSS area is not working?
    Im using localhost. My domain is not visable in Internet yet.

    Here is code I tried to delete Tittles when Im on category site (after clicking specific category it goes to category site)

    body.category .page-header {
    display: none;
    .post-archive .page-title { display: none; }

    serkan
    Moderator

    Hi,
    Could you try to use this custom css code;

    .category .archive-header > .entry-header { display: none; }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 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