How to prevent specific text/div from becoming "mobilized?"

truelux

Regular Member
Joined
Jun 16, 2011
Messages
330
Reaction score
94
I have a list of <li>s that are being squished together when viewed on a mobile device. How do I make it so that these don't become indented and mobile friendly?

For example,

When viewing a wordpress site, the <p> text becomes paragraphed to be viewed on a mobile phone... This is fine but I don't want this applied to the <li> tags on the page.
 
Via CSS, using min-width property.

Note: I'm assuming you aren't using a fixed width already, via the width property.
 
Last edited:
If it's a WordPress site there are a number of good plugins that can detect a mobile browser and allow you to setup which content they see and how it should be formatted.
 
Back
Top