• agumba

    (@agumba)


    Hello,
    We have 8 authors on our news site. Can I show all our 8 authors side by side on one row? If I can’t, can we do it slide ?

    Also, I want to show the image, author name, author’s last post one under the other; can you give me this shortcode ?

    Thank you for your interest and support.
    Wish you healthy days.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    H @agumba

    The shortcode is:

    [authors_list show_bio="no" show_link="no" show_count="no" after_title="{alf:posts type=plain amount=1}"]

    As for showing 8 authors in the same row, there’s no option for that but you can add a bit of CSS code in WP admin > Appearance > Customize > Additional CSS:

    body .authors-list-cols-dir-horizontal .authors-list-col-3 {
        width: 9.5%;
    }
    body .authors-list-cols-dir-horizontal.authors-list-cols-4 .authors-list-col:nth-child(4n+1) {
        clear: none;
    }
    body .authors-list-cols-dir-horizontal.authors-list-cols-4 .authors-list-col:nth-child(4n) {
        margin-right: 3.42%;
    }
    body .authors-list-col:last-child {
        margin-right: 0 !important;
    }
    body .authors-list-item-title {
        font-size: 13px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Author Box Slide’ is closed to new replies.