On the homepage I want to set the total size of the hero (slideshow) and header to 90%vh.
When i inspect the page in chrome, I see the below style, which after adjusting “calc(100svh…” to calc(90svh…" the page renders correctly with a 90%vh.
@supports (height: 100svh) {
.shopify-section:first-child .content-over-media–fill {
–content-over-media-height: calc(100svh - (var(–announcement-bar-height, 0px) + var(–header-height, 0px)));
}
}
When i copy this css into shopify / slideshow / custom css field, im unable to save as an error appears in red: “Online store editor session cant be published.”
Does anyone have ideas whats going on?
Thanks in advance
