[Resolved] Mobile width seems off for certain parent category pages

Home Forums Support [Resolved] Mobile width seems off for certain parent category pages

Home Forums Support Mobile width seems off for certain parent category pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2341596
    William

    Hi there,

    I’ve noticed on any primary category on my site (see the list here), and example page here, the width is slightly wrong for mobile, and shows white to the right hand side.

    I’m not sure what is causing this – is there a fix to the theme for this?

    Kind regards,

    Will

    #2341937
    Ying
    Staff
    Customer Support

    Hi Will,

    I’m not seeing the issue on the authors page, but I do see the issue on the category archive page.

    It’s caused by the wps shortcode:
    https://www.screencast.com/t/WRqypjai5n8B

    Try add this CSS to override its width property:

    #wps-row.wps-shortcode-wrapper {
        width: 100%;
    }
    #2347616
    William

    Ah thank you for spotting that, that’s great!

    #2347771
    Ying
    Staff
    Customer Support

    You are welcome 🙂

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