Home Forums Basel support forum Issue with post title

Issue with post title

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #86087

    Giulio
    Participant

    Hi there, I’m writing to you about this: https://xtemos.com/forums/topic/blog-layout-issue-on-smartphone/. The CSS snippet works on the blog index page, but not with the single post pages. Take a look, please. The title is a bit on the right. I would like to show it normally here, but I would to solve the issue about the blog index page. Do you could suggest me a solution? Thanks a lot.

    #86098

    Artem Temos
    Keymaster

    Hi,

    Try to move that code to mobile devices CSS field.

    Regards

    #86109

    Giulio
    Participant

    Same thing. The issue is on the title inside the post page. On the index page it works.

    #86126

    Artem Temos
    Keymaster

    The code is still added globally, not for mobile devices.

    #86129

    Giulio
    Participant

    Because we do not deleted the cache, but it looks in this way.

    #86130

    Giulio
    Participant

    Here it is the screenshot.

    Attachments:
    You must be logged in to view attached files.
    #86132

    Artem Temos
    Keymaster

    Try to use this

    body:not(.single) .blog-post-loop .entry-title {
        padding: 0 30px;
    }
    #86134

    Giulio
    Participant

    It seems to work. So thank you!

    #86137

    Artem Temos
    Keymaster

    You are welcome.

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