10/05/2016 at 7:26 pm
#394389
Participant
That’s a great plugin! Thanks!
I’m noticing something else now. I edited the CSS for this:
#cn-card .cn-list-row, #cn-card .cn-list-row-alternate {box-sizing:border-box !important; display:inline-block; margin:0 auto; width:33% !important; vertical-align:middle;}
<h1>cn-card .cn-list-row-alternate {max-width: calc( 33% - 10px ) !important;}</h1>
To get the 3 column result on this page: http://184.154.247.155/~busin814/member-directory
But now on the individual member pages, the width is also 33% wide, and I want it to be 100% wide. http://184.154.247.155/~busin814/member-directory/name/adam-lowe
How can I display the members in 3 columns in the directory and then have their main pages be wider?
Thanks again so much for your help!!