You are viewing limited content. For full access, please sign in.

Question

Question

Customize Themes - Background - Form Body Adjustments needed.

asked on August 30, 2021

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.

0 0

Replies

replied on September 2, 2021

Hi Lorie,

Could you try following CSS? (It works with Forms 11 but I am not sure about 10.2)

.cf-formwrap {
  background-position: center;
}
0 0
replied on September 3, 2021

Thank you Ziyan  for the script but it did not work in 10.2.  I have contacted our Laserfiche Rep.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.