• burningthumb

    (@burningthumb)


    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)
  • TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Yes, it seems wrong for the theme to have CSS like

    img { width: 680px; }

    as most small devices will not show that properly.
    Changing that with the “Custom CSS” that you posted is a good idea here.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Corpo theme and Tablepress on mobile’ is closed to new replies.