Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22091

Alexander Agnarson on "I need help regarding your Hueman theme"

$
0
0

Reset the %-width styling changes you did, then do:

@media only screen and (min-width: 1120px) {
.post-list .post-row { width: 50%; border-bottom: 0; }
}

This will make it a 4-grid as long as screen resolution is bigger than 1120px as an example.

For a 6-grid, you would do 33.333%.


Viewing all articles
Browse latest Browse all 22091

Trending Articles