Corpo theme and Tablepress on mobile
-
I am using the Corpo theme and Tablepress. I noticed that on mobile device the images in the table would suddenly become HUGE. The same would happen on a standard browser when I made the window smaller.
Corpo appears to have a style that forces image sizes to be 680px on small displays!
To work around the problem I used My Custom CSS and add this:
.tablepress img { width: auto; }
But I’m not sure really why Corpo has:
img { width: 680px; }
Having said all that, I’m as far from an expert as you can get when it comes to these things so I leave it to you good folk to do as you choose with this information.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Corpo theme and Tablepress on mobile’ is closed to new replies.