• Resolved Rene Hermenau

    (@renehermi)


    The default style is not working well and will break a lot of available themes out there.

    I suggest to use a more specific css instead

    .col1 {
      width: 100%;
      float: left;
      margin-bottom: 20px;
    }
    .col2-full {
      width: 100%;
      float: left;
      margin-bottom: 20px;
    }
    /* [etc] */

    Something like this is better:

    #docudocu .col1 {
      width: 100%;
      float: left;
      margin-bottom: 20px;
    }

    https://ww.wp.xz.cn/plugins/docu/

Viewing 1 replies (of 1 total)
  • Thread Starter Rene Hermenau

    (@renehermi)

    Forget this. My editor put
    some tags around the docu shortcode and broke it. Your style is working fine. However, specifying more the css is a good idea anyway.

Viewing 1 replies (of 1 total)

The topic ‘Nice plugin but default style should be changed’ is closed to new replies.