WCPS layout builder custom (scripts) CSS fails
-
I tried to customise my layout with CSS :
.layout-__ID__ .wcps-items-title { font-size: 200%; font-weight: 500; }
It fails to be included. My lay-out is therefore not reusable because I have to this correction in the theme CSS now, for each instance of this layout.
I wonder as well why all layout items are left aligned:
.layout-7571 .element-1607102505110 { text-align: left; }
Because of this the only way out I see is:
.layout-7571 > div > div { text-align: center !important; }
.. with the ugly !important which neither is reproduced when I include it the layout.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WCPS layout builder custom (scripts) CSS fails’ is closed to new replies.