I am trying to figure out how to move the logo I have placed in the form body to align with the form. It is to high up and not centered. The logo size is perfect, just needs adjusting.
I have tried several CSS's that have been recommended but none of them have worked. I am new to CSS's and am not sure what is missing. Here is the latest CSS:
cf-form {
background: url (https://forms.claycountymo.gov/Forms/Handlers/FileRouter.ashx?guid=e8a849cf-96f3-49c6-9343-73864c924dbb.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
I am using Version 10.2. Any help is greatly appreciated.