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
Page 1 / 1
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 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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.