Ruggero Barelli
asked 9 years ago

 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!

Ruggero Barelli
replied 9 years ago

I’m sorry, it’s referred to DW Simplex. I was mistaken.

1 Answers
DominicStaff
answered 9 years ago

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 !
 

Ruggero Barelli
replied 9 years ago

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! 🙂

Dominic Staff
replied 9 years ago

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.

Powered by DW Question & Answer Pro