Placeholder height problems. | Community
Skip to main content
December 19, 2023
Question

Placeholder height problems.

  • December 19, 2023
  • 1 reply
  • 1073 views

I have problems with the appearance of the components placeholders.

When I add on the frontend this general styling, all placeholders have a wrong height:

html, body { font-size:10px; }


For reasons of integration I have to make this change.

Do you have any ideas how could I add this rule keeping the placeholders look good?
I think the placeholders should have proper styling and not depend on the general appearance of the content.


BEFORE:


AFTER:

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

December 19, 2023


You can create a custom clientlib css to change the placeholder css code through the class:

 

Havana9Author
December 20, 2023

If I add some custom heights the position in not recalculated so the placeholder appear in the wrong position

December 20, 2023

You can adjust the margin so that it appears the way you prefer.