Hi, I have installed w3css main theme without any custom code (drupal8). Unfortunatly, on the site "user edit", the height of the main container does not adjust correctly: when the user enters a password that does not match password regulations, recommendations pop up. in consequence, the text is longer than the main container and the "save" button vanishes.

Any ideas how to fix this? I did not dive into css until now.

Comments

JuPhi created an issue. See original summary.

flashwebcenter’s picture

Assigned: JuPhi » flashwebcenter
Status: Active » Closed (works as designed)
Issue tags: -CSS +drupal8 w3css Theme, +match height

Hello,
The match height feature are set while the page is loading. The height for the main container, left side and right side are set according to the highest and it can't be change after the page is loaded. My recommendation is disable match height for the main containers since you have changeable height.
You can disable match height by going to your-site-dot-com/admin/appearance/settings/drupal8_w3css_theme > click on disable enable match height > uncheck Enable/Disable Match Height for Main Containers > click save.

flashwebcenter’s picture

Status: Closed (works as designed) » Fixed
flashwebcenter’s picture

Status: Fixed » Closed (fixed)
flashwebcenter’s picture