• Resolved pete1013

    (@pete1013)


    Line 1402 in /assets/css/style.css – height: 100%;

    Causes container height to ignore content height. Some content then runs out of its container and under following container, also forces containers with little content to expand to an unnecessarily large size.

    Commenting it out resolves this. Unnecessary property definition? Could it be removed entirely?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Leap13

    (@leap13)

    Hello pete1013,

    Actually, we have changed this to minHeight in the latest version of Premium Blocks, so may I ask you if you still having this issue ?

    Cheers!!

    Thread Starter pete1013

    (@pete1013)

    Yes, this actually became an issue after I installed 1.4.7. It has the height: 100% on .premium-container__content_wrap

    There does not appear to be a min-height property in the CSS. Is that property being set in JS? Because I do use Async JavaScript, which may be affecting this.

    And, fyi, changing height to min-height does not fix the issue. Which is as expected.

    ** EDIT: This is using Safari 12.0.2

    • This reply was modified 5 years, 12 months ago by pete1013.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS height property on Premium Container breaks layout in WP editor’ is closed to new replies.