Can anyone kindly share the css for making the Prestige theme product page tables mobile responsive? Currently, tables containing longer lines of text are cut off, and the user needs to scroll right to read them.
@Callum_2 , Could you please share your store URL? So, I can check and guide you.
Thanks for your response, it’s macavri.com
I don’t see any issue on your product page. here is the attached screenshot.
let me know if I am checking any wrong detail page.
Sorry Akibhusen, we have purposefully avoided putting long-form text in the table to avoid this issue until we find a fix. To demonstrate, I’ve now pulled more text into the table and you’ll be able to see the scrolling issue on mobile  https://www.macavri.com/products/deluxe-6-piece-bath-towel-bundle
 https://www.macavri.com/products/deluxe-6-piece-bath-towel-bundle
HI @Callum_2 ,
Please add the below line of CSS at the end of your theme.css file. You can find this file under the assets folder of your theme.
.Product__Wrapper .Rte table{
    white-space: normal;
}
Thank you very much Akibhusen, that worked a charm!

