Add spacing between logo and question text | XM Community
Solved

Add spacing between logo and question text

  • 4 October 2018
  • 4 replies
  • 91 views

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
icon

Best answer by PeeyushBansal 4 October 2018, 11:18

View original

4 replies

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;">`
Userlevel 7
Badge +33
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. 🙂
Badge

 

Leave a Reply