• Tobo

    (@infonetzlichtcom)


    Hi there,

    this styles causing issues:

    /* basic support for themes that don't define alignleft and alignright for non-image elements. */
    div.alignleft {
        float: left;
    }
    
    div.alignright {
        float: right;
    }
    
    div.aligncenter {
        /* display: block; */
        /* margin: 0 auto; */
        /* width: fit-content; */
    }

    Best,
    Tobi

The topic ‘Styling causing issues…’ is closed to new replies.