CSS Error width and max-width on sections/columns
-
Hello,
on creating a section-block with the following settings…:
Content Width: Full Width
Inherit Inner Width from Theme: checked
HTML Tag: Div (dont know if this matters)
OR
Column-Block with:
Container Width: Theme Container Width…I got this inline-CSS:
#uagb-section-f3d61048-4152-471e-8b65-4b1fc5e82340 > .uagb-section__inner-wrap {
max-width: px;
}This fails on w3c. I think, if “inherit inner width” is selected, this CSS output could be max-width:100%;
And there is a problem with your .uagb-columns__shape-top (e.g.):
This class is defined in your “uagb-style-frontend”. My div-element hasn’t got this class or something similar. The inline-css rendered is..:
.uagb-columns__shape-top svg{width:calc( % + 1.3px );}This ends in a CSS parse error.
I would be very pleased if you could have a look at this and fix it.
- The topic ‘CSS Error width and max-width on sections/columns’ is closed to new replies.