6 Replies
Jan 30, 2022 2:57 pm
is formatted with variable values in the in the CSS
.entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
--double-padding:calc(var(--go-block--padding--x)*2);
max-width:var(--go--max-width);
width:calc(100% - var(--double-padding));
}
so you can change this in the settings of your Go Theme