• Hello Elementor Friends, are you consider to add this CSS expressions to your code in the near future? Right now in the custom css elementor panel are marked as “invalid”, but they are the standard in web responsive development in 2022.

    min-height: clamp(10rem, 20vh + 1rem, 15rem);
    width: min(90%, 1200px);
    margin-inline: auto;
    gap: 0.6rem;
    flex-basis: calc(calc(35em – 100%) * 999);
    contain: layout inline-size;
    @container (min-width: 25rem)

    Please look up to The Container Queries, it’s gonna change the responsive design ????!!! Thanks friends!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add CSS expressions: clamp, container queries, gap, flex basis’ is closed to new replies.