Add spacing between logo and question text | XM Community
Skip to main content
Hello everyone,



I have a question regarding the layout. In "look and feel", I added a logo on top of the page. Because the logo and the question text are very close together, I would like to add a spacing between them. Is there a custom code for this?



Many thanks in advance

Melissa
Hello @Melissa ,



Add following inline css to the image tag

` style="padding-bottom: 50px;"`



Example:

`<img src="LOGO_URL" width="100px" height="100px" style="padding-bottom: 50px;">`
add `<br/><br/>` in front of question text in html view.
Great, thanks for the quick answers. I just added `<br/><br/>` in the old look&feel editor > advanced > header. It works perfectly. 🙂

 


Leave a Reply