Home › Forums › Support › css issue with .clear selector This topic has 3 replies, 2 voices, and was last updated 4 years, 6 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 28, 2018 at 8:57 am #742930 SEL4US The following CSS code from our GeneratePress theme is causing the credit card field in one of our embedded forms (from Action Network) to be hidden. What is the code intended for and how can we change / overwrite it? .clear { display: block; overflow: hidden; visibility: hidden; width: 0px; height: 0px; } You can see example of our broken form here: https://sel4ma.org/get-involved/donate-test/ Thanks! Nova November 28, 2018 at 9:22 am #742960 TomLead Developer Lead Developer Hi there, Yes, that class is intended to be an invisible clearing element for floated objects. You can overwrite it with this CSS: .clear { display: block; overflow: hidden; visibility: visible; width: auto; height: auto; } November 28, 2018 at 10:25 am #743012 SEL4US Thanks. That did the trick! -Nova November 28, 2018 at 4:40 pm #743292 TomLead Developer Lead Developer Glad I could help 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In