• reforma1991

    (@reforma1991)


    Hello to all!
    On all pages of the site, except the main one, in versions other than the desktop title element, H1 slides to the right, because of which a horizontal scroll bar appears, and the site as a whole looks crooked on mobile devices (tablet and phone).
    Could you help with this? Ty.

    https://ibb.co/yPvStqX
    https://ibb.co/h8h99HZ

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • TUT Support

    (@phpexpert21)

    Hello @reforma1991,

    We can fix the issue with custom css. You need to apply given css under Appearance -> Customize -> Additional Css-

    *,*::before,*::after {
    box-sizing: border-box !important;
    }
    @media (max-width:685px){
    #intro #intro-core {
    margin-left:0px !important;
    }
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter reforma1991

    (@reforma1991)

    Many thanks! That helped.

    But there was still a problem with the comment input field (not because of adding a CSS from the comment above). If authorization on the site is not completed, then the top element “LEAVE A COMMENT” pops up on the comment input field.

    https://ibb.co/zfjgt4G

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘H1 is shifted to the right.’ is closed to new replies.