Hello - I am trying to adjust the spacing for my Bloom footer opt-in so the form fields are higher and also left aligned with the header in the footer - https://share.getcloudapp.com/7KubrbA0 Originally I tried: .et_bloom_header_outer { display: none !important; } This worked to remove the space above the form fields, HOWEVER it removed the header for all my Bloom forms, which I don't want to do. Is there a way to make these adjustments (remove header space & move to the left) on this Bloom form only?
Hi @Amy Maher - Could you please share your site so that I can give you the specific CSS code you need Regards, Jovenne
Hey Amy - Just add this css. See screenshot for the output. #main-footer .et_bloom_form_header.et_bloom_header_text_dark { display: none; } #main-footer .et_bloom_form_content.et_bloom_1_field.et_bloom_bottom_stacked { padding: 0; } Regards, Jovenne