Template CSS | XM Community
Question

Template CSS

  • 12 September 2019
  • 1 reply
  • 14 views

Hello everyone,

I am very new to this platform. I played around with CSS, and I am beginning to like it. I have a question about changing template. I used a template (attached below) in old platform, and it is very accessible to the users. As you see the attachment, I want the question video to next to the answer containers.

!


Is it possible to change the template?

Thanks!

1 reply

Userlevel 5
Badge +6
Hi @pxy9548,
you can modify predefined CSS classes in exactly the same way as you define yours. Your CSS overwrites the original one, unless `!important` is used in the original definition. Unfortunately, a list of commented predefined CSS classes likely doesn't exist, so you need inspector to access the HTML structure of your surveys.
You can also add classes to particular HTML elements and modify style in many ways sing JavaScript. Don't be afraid of it, modifying simple commands you'll find somewhere is enough for doing many things.

Leave a Reply