Mon. - Fri. 9 am - 5 pm Ask a Question
Remember me

Completely unformatted form

8 months 2 weeks ago #1

  • Regina's Avatar
  • Regina
  • Posts: 251
Hello Are you okay?

I have a very strange problem in Forms. When placing a form on one of the pages of the site it appears completely unformatted. (See the video).



I will send the access to the control panel of the site by the support email.

Thank you for your help...
oswaldo

8 months 2 weeks ago #2

  • Regina's Avatar
  • Regina
  • Posts: 251
Hi!

I realized that if I comment a css code that I have in the editor of the site, the forms work again.

Here's code:

.imagerotate {
-webkit-animation:spin 15s linear infinite;
-moz-animation:spin 15s linear infinite;
animation:spin 15s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }

Can you help me to resolve this? I can't get this code that causes an element to rotate on top of the slide at the top of the page.

Thanks,
Oswaldo

8 months 2 weeks ago #3

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 28391
Hello,
Thank you for contacting us

As we can see, the last line of your code is missing }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
Should be like this
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}

Best Regards,
Vyacheslav, Balbooa Support Team

8 months 2 weeks ago #4

  • Regina's Avatar
  • Regina
  • Posts: 251
Thanks a lot for your help... Saved my day!

I have one more problem... now the form appears, but it's not in Full Width... (See Video).
Can you help me with this?

See video:


Grateful,
oswaldo

8 months 2 weeks ago #5

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 28391
Send us a link to page with problem.

Regards,
Vyacheslav, Balbooa.com

8 months 2 weeks ago #6

  • Regina's Avatar
  • Regina
  • Posts: 251
I had already passed, but I will send it again through the support email.

8 months 2 weeks ago #7

  • Vyacheslav's Avatar
  • Vyacheslav
  • Posts: 28391
Use this solution
nimb.ws/5dU6qO

Best Regards,
Vyacheslav, Balbooa Support Team
Powered by Kunena Forum