• I’ve suddenly noticed my website is aligning content offscreen left on tablet view, and with no left margin on mobile view.

    The desktop view has remained the same.

    I have tried adding custom CSS including:

    @media screen and (max-width: 959px) {
    body.content-full-screen .entry .alignfull {
    margin-left: 0 !important;
    }
    }

    And then also tried

    @media screen and (max-width: 959px){
    body .entry-content .alignfull {
    margin-left: 0 !important;
    }
    }

    But this isn’t fixing the issue! Any advice much appreicated. Thanks.

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Tablet layout aligned offscreen left’ is closed to new replies.