The table of shipping costs is not displayed completely on the cell phone

The table of shipping costs is not displayed completely on the cell phone. This must be scrolled. How can I adjust this so that the table is displayed completely on the cell phone? Thanks for your help

Hi @Florianhvs ,

Go to Assets > theme.css and paste this at the bottom of the file:

@media screen and (max-width: 992px) {
	.template-page .page-body table{
		overflow-x: scroll !important;
		max-width: 100% !important;
		display: block !important;
	}
}

Hope it helps!

Thanks for your help! Unfortunately it did not work! Do you have another idea?

Hi @Florianhvs ,

Has it been resolved?

Hi @LitCommerce , no unfortunately not yet! I have confirmed the button by mistake.

Hi @Florianhvs ,

Can you re-add the code? I will check it.

Because I added and it scrolls horizontally at mobile:

@LitCommerce The table also scrolls horizontally. But I want it to be displayed as a whole, without scrolling.

Hi @Florianhvs ,

You can re-add the table, I will help you check it again