Issue with mobile (responsive) column width and ul and ol font sizes
On my site http://insideaquestion.com, in mobile view, the columns have a right padding that is pushing the content too far to the left. Inspector just shows an inline element style with:
padding: 20px 20% 0 10px;
Turning it off alleviates the issue, but I cannot find what to target.
Why is this happening and what can I do do change it?
Also, the ol and ul elements are showing up too large in places (on mobile). How do I fix that? I would assume that these elements would obey the same size setting for the sizes determined in the content size of typefaces sizes.
Your help is much appreciated.
-Tim
padding: 20px 20% 0 10px;
Turning it off alleviates the issue, but I cannot find what to target.
Why is this happening and what can I do do change it?
Also, the ol and ul elements are showing up too large in places (on mobile). How do I fix that? I would assume that these elements would obey the same size setting for the sizes determined in the content size of typefaces sizes.
Your help is much appreciated.
-Tim
Comments
To be honest, It shouldn't work like this - I'll test it and if it works as you said - it probably gets fixed soon.
Thanks