Site logo

Archived topic

Spacious child theme mobile styling

4 replies · Started by Rene Nekuda on July 6, 2020

Viewing posts 1–5 of 5

Hello, I am using your Spacious child theme, but on my blog page, there is a strange styling in mobile version (white space on the left). Preview: https://renenekuda.d.pr/o4PV2y

Please, do you know, where can be a problem?

Thank you very much!

Rene

Yes, I did it. In my case is working this custom CSS code:

article.mobile-grid-100 {
  padding-left: 0;
  padding-right: 0;
}

Looks like your caching plugin is re-organizing the CSS, so the CSS that does that for you is being overwritten.

If you're not able to retain the standard CSS order, your solution is the best way to fix it.

Thanks Tom. I am using WP-Rocket and Cloudflare, so CSS re-organizing is possible.

This archived topic is closed to new replies.