Home › Forums › Support › styling sheet not being applied to one form with input field for media queries This topic has 6 replies, 3 voices, and was last updated 7 months ago by Ying. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts August 23, 2022 at 7:12 am #2321287 Nicholas styling sheet not being applied to one form with an input field for media queries Please see video walkthrough in private section: August 23, 2022 at 9:04 am #2321537 DavidStaff Customer Support Hi there, can you share a link to that page ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 23, 2022 at 9:21 am #2321552 Nicholas hi please see link to page requested in private info section below thanks August 23, 2022 at 10:20 am #2321598 YingStaff Customer Support table is not a responsive element generally speaking. Try adding this CSS to add a limit to the inputs’ width on mobile: @media (max-width: 768px) { table input#PayFastAmount, table input#custom_quantity{ max-width: 100px; } } August 23, 2022 at 12:33 pm #2321650 Nicholas Hi thanks my mistake it is fine August 23, 2022 at 12:40 pm #2321654 Nicholas resolved with thanks August 23, 2022 at 1:02 pm #2321668 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In