• Resolved dirgayuza

    (@dirgayuza)


    Hello,

    I have created a list of authors in a page on my website, but the alignment of the list doesn’t look right. Some authors are centered, some authors are aligned left.

    https://ozip-magazine.com/?page_id=2

    I want to all of the thumbnails to be aligned left. How can I do this? I have tried the align=left function, but this only works with the widget.

    Better yet, is there a way for me to put the author’s name and bio information next to their picture (without having to do this manually?).

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ben

    (@bforchhammer)

    Hi,

    The plugin only provides basic styling for user lists, especially the shortcode-version… You need to add some custom css to make it look nice in your theme. Try adding the following bit to you theme’s style.css

    body .shortcode-author-avatars div.author-list .user {
    	clear: left;
    	width: 100%;
    	text-align: left;
    }
    
    body .shortcode-author-avatars div.author-list .with-biography .avatar {
    	float:left;
    	margin-right:1em;
    }

    Hope this helps,
    Ben

    Thread Starter dirgayuza

    (@dirgayuza)

    Aaaaaamaaazziinggg stuff! Thank you very very very much for your help. *super excited* *dance around* thank you. ?? *thumbs up*

    (btw, check it out, it looks just perfect now)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Author Avatars List] Formatting/alignment in a post/page’ is closed to new replies.