Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @ignitemedical

    You can disable the bio section at the top of the “Content” area of the settings. “Bio word trim” option is at the bottom, “Show Bio” is near the top (3rd option).

    But you’ll get the same issue as when hiding it with CSS.

    It looks like a bug with that specific layout. The floats aren’t cleared. Can you try adding this CSS:

    .authors-list-cols-dir-horizontal .authors-list-col {
        clear: both;
    }
    Thread Starter ignitemedical

    (@ignitemedical)

    thanks for the quick reply. unfortunately adding that css did not fix the issue.

    Plugin Author WPKube

    (@wpkube)

    Hi @ignitemedical

    Sorry. Try this:

    .authors-list-col {
        clear: both;
    }
    Thread Starter ignitemedical

    (@ignitemedical)

    Ah perfect! thanks!

    Plugin Author WPKube

    (@wpkube)

    You’re welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bio word trim 0 shows all, Removing bio content causes avatar images to move?’ is closed to new replies.