Fabric theme header and hero problem

When I am using the transparent header the hero is getting smaller even tho its set on full screen

I am using fabric theme

Changing the transparency shouldn’t affect this. Maybe the visual doesn’t look good after adjusting the transparency share your store URL along with the password (if any) so we can take a look and help you out.

Quick fix – go to Hero section settings and paste this into “Custom CSS” setting:

.hero {
  --hero-height-offset: 0px;
}