Home › Forums › WoodMart support forum › Contact form 7 – CSS › Reply To: Contact form 7 – CSS
September 28, 2023 at 9:37 am
#499817
Luke Nielsen
Keymaster
Hello,
The below code will help you to align those fields, define the code in Theme Settings -> Custom CSS.
.wpcf7 .acceptance-checkbox p {
display: flex;
}
Kind Regards