• .alignwide {
    position: relative;
    margin-left: calc( 25% – 25vw );
    margin-right: calc( 25% – 25vw );
    max-width: 1000%;
    width: auto;
    }

    The theme currently does not support the alignwide class, although the alignfull class is supported. Add this code to your additional CSS code or to your child theme code to support the gutenberg “alignwide” class in the Davis theme.

    Al

  • The topic ‘CSS code addition’ is closed to new replies.