Hi,
I would like to change the disposition: now they are by rows of 4 members. ( http://prntscr.com/5k3a7c ) Is possible to make them by 3? Or the first row of 3, and the second of 2 (centered)?
Many thanks!
To resolve this issue, you can add the following code to the style.css file:
@media (min-width:641px) {
.hentry .members-list .span4:nth-child(n+5) {
clear: right;
}
.hentry .members-list .span4:nth-child(n+4) {
padding-top: 21px;
}
}
@media (min-width:1281px) { /* hi-res laptops and desktops */
.hentry .members-list .span4:nth-child(n+5) {
clear: right;
}
.hentry .members-list .span4:nth-child(n+4) {
margin-left: 90px;
margin-right: 80px;
padding-top: 21px;
}
}
If you still face there issue, you can send me your site for further checking.
With all good wishes for a brilliant and happy Christmas season. Hope things are going all right with you 😀
Hope this helps !
Thank you so much for reply and wishes! I added the code to the style.css file ( http://prntscr.com/5m6748 ) but didn't work, it looks the same. Maybe I have to erase something before… Anyway you can find my .css file here: http://www.filedropper.com/style_3
However, at the moment the site is local, I think I will upload it in few days.
Thanks again! 🙂
I need check your site, please send me your site when your site public or you can send me the theme package. I will install on our local and help you resolve this issue.
Please login or Register to submit your answer
replied 10 years ago
I’m sorry, it’s referred to DW Simplex. I was mistaken.