• very quick fix hopefully. help!

    please visit https://www.psiseating.co.uk and tell me why on mobile the wooslider on the home page is off screen, as well as the company intro text.

    fine on desktop and tablet but mobile is the problem. quick fix?

Viewing 1 replies (of 1 total)
  • Looks like this is where the margin is set:

    media="all"
    body .wooslider.wooslider-type-posts img, body .wooslider.wooslider-type-attachments img {
        border: 0;
        padding: 0;
        margin: 0;
        height: auto;
    }

    You may have to use different media sizes in order to have your website behave differently for tablets, desktops and phones. Learning to use media queries is an important skillset now that there is so much focus on responsive themes.

Viewing 1 replies (of 1 total)
  • The topic ‘mobile site & wooslider’ is closed to new replies.