Home Forums Theme support Theme Justness not saving block Reply To: Theme Justness not saving block

Hi Edwin,

the block layout normally is not part of the theme, looks like we forgot to remove the option from the customizer.

If you want, you can add this css code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:

#layout {
max-width:1280px;
}

This has the same effect…