i thought it would be this but its not
.http://directflix.net/movies/.
@media screen and (min-width: 745px) {
.site-content article {
width: 30%;
float: left;
margin-left: 20px;
}
}
This is perfec thank you very much, how can I make this code work for a specific page rather than all pages?
Thank you it is exactly what I needed
The site I’m working on is http://directflix.net/movies
I would like the post/videos to be in columns, three columns as I add more videos it would look like this
x x x
x x x
x x x
unfortunately know but I’m willing to learn some CSS to resolve this issue.