Problem with tables in mobile view.

Hello,

i have a problem with tables in articles, when displayed in mobile view.

Everything of the article (maps, pictures, text) is resized in mobile view. But when there are tables within the articles/pages, they are not resized, but disappear in the right edge of the picture (see an example in the attached image).

How can that be solved? The tables should also be resized, otherwise you could not read the content.

Website: www.th-photography.net
Example for such an article/page: https://www.th-photography.net/reiseziele-usa-west/

Thank you very much!

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

@media only screen and (max-width:500px) { 
	table {
    width: 365px!Important;
}
}

Best Regards,
Support

Hello,

works fine, thank you very much for helping!

Best,
Torsten