Site logo

Archived topic

Mobile width seems off for certain parent category pages

3 replies · Started by William on September 13, 2022

Viewing posts 1–4 of 4

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

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%;
}

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

You are welcome :)

This archived topic is closed to new replies.