Add spacing between logo and question text | XM Community
Skip to main content
Solved

Add spacing between logo and question text

  • October 4, 2018
  • 4 replies
  • 170 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

Best answer by PeeyushBansal

add `<br/><br/>` in front of question text in html view.

4 replies

  • 0 replies
  • October 4, 2018
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;">`

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • 1171 replies
  • Answer
  • October 4, 2018
add `<br/><br/>` in front of question text in html view.

  • Author
  • 9 replies
  • October 4, 2018
Great, thanks for the quick answers. I just added `<br/><br/>` in the old look&feel editor > advanced > header. It works perfectly. :)

Forum|alt.badge.img
  • 1 reply
  • October 23, 2023