简体   繁体   中英

how can I align my WordPress website for mobile

I have created an e-commerce website slvibe.com . I was working properly but now when I open it on mobile devices it doesn't align properly. can you please help me.theme name storefront from woocommerce. the problem wasn't there before.

You have this in a stylesheet: *>body {padding-right: 205px; } *>body {padding-right: 205px; }

which is killing the responsive design - I don't know why you would have that, but if you need it on the desktop version, then throw it into a media querie.

Note, it is inside a compiled stylesheet, so I don't know where it comes from - But it is being outputted in this file: /wp-content/litespeed/cssjs/6ec38.css

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM