Simple Staff List columns and rows
-
I am using this plugin https://www.ads-software.com/plugins/simple-staff-list/
I have a list of staff but want to display them in two columns like on here
https://dev.salonbluhair.com/salons/midtown/stylists/
I have read other questions about this and the answer seems to be to use the below CSS code, but I don’t know where to put it, I am not hugely familiar with CSS, can you please help. Other posts say to view source of that page but again because of my lack of knowledge I am having problems finding the right bit and where to put the code in my editor pages.
Thanks
div.staff-member {
width: 180px;
height: 240px;
overflow: hidden;
float: left;
margin: 10px 5px;
border: 1px solid #6c6c6c;
border-radius: 3px;
position: relative;
}
- The topic ‘Simple Staff List columns and rows’ is closed to new replies.