Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #653036

    Hi Team,
    follow up of my previous post https://kriesi.at/support/topic/content-not-centered-when-zooming/

    The code you have sent me

    #top.single-post .post-entry {
    max-width: 800px !important;
    left:50%;
    transform:translate(-50%);
    }

    works fine everywhere in the blog but:

    1. not in the comment area.
    I will delete the code to avoid a messy format. If you need to test it let me know.
    Any idea to correct it using the Quick CSS?

    2. All links in the left side of the screen (for example the first social button) are not working. (only in Desktop version). When I hide the sidebar, links work again.
    Thanks a lot again.

    p.s. screenshot in the private area

    #654175

    Hey turistai,

    Please try changing code to following one

    #top.single-post .post-entry {
    max-width: 800px !important;
    margin: auto !important;
    }

    Also, please note that zooming in/out does not correctly reflect how your website looks on different screen sizes.

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.