4 collumns
-
Hey Guys,
I’ve a problem, in this site https://www.shauniwastyn.be/wp/ there are 5 blocks with news now. But i only want 4, and that 4 need to be the newest ones. The code i added in the style.css is :
@media screen and (min-width : 640px){ .home ul.index > li{ display:inline-block; clear:none; } .home .index > li:nth-child(odd){ width:50%; float:left; border:1px solid #fff; clear:both; } .home .index > li:nth-child(even){ width:46%; float:right; border:1px solid #fff; }
How can i fix this?
Thanks in advance, and sorry for my bad english.
- The topic ‘4 collumns’ is closed to new replies.