Problem with Post List in Home Page

  • Posted in : TheBlogger
  • simosmo
    Participant

    If you look at my site, from mobile (https://www.simonecaracciolo.me) all the titles of the articles in the home page are attached.

    Ca you help me please?

    serkan
    Moderator

    Hi,
    Please go to appearance > customize > general > fonts > body font size > you can choose 11px and save it. You can decrease the font because your post title is too long.
    Thanks

    simosmo
    Participant

    I tried but nothing changes, because it only decreases the size of the font inside the article:

    Instead the problem is from mobile on the home page. The headlines are all attached

    serkan
    Moderator

    Hi,
    I will talk to our developer and i will keep you updated.
    Thanks for your patience.

    simosmo
    Participant

    ok thank you,
    i wait your answer

    ahmetsali
    Keymaster

    Hi, you can add this custom css code to fix it;

    @media screen and (max-width:767px) {
        .blog-simple .hentry {
            height: auto;
        }
        .blog-simple .hentry-middle {
            top: 0; transform: none; padding: 10px 0;
        }
    }
    

    Thanks for the feedback.

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