Hey,
http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ has a grid of 6 images. You used the tag “landscape” or “portrait” for that layout. My result is 4 images-grid: what have i missed?
thx
Hey leRenaar!
It depends on the screen width. You can try to zoom out the browser. Can you please give us a link to the website?
Cheers!
Ismael
Hey Ismael,
The website is still localhost (Mamp).
With te hope to see more thumnails on a standard desktop screen (from 4 to 6), i changed in css/shortcodes line 1915
from
@media only screen and (min-width: 1800px){
to
@media only screen and (min-width: 1341px){
I tested in Safari and Fiirefox and result is oke. Do i have to change more code to have this working in I.E., Chrome?
If that is the only code to change: can i change line 1916 from 16.6% it to 12% to see 8 thumnails in a row?
best regards,
leRenaar
Hey!
Don’t actually change the shortcodes.css file. Instead try adding the following to your Quick CSS or custom.css file:
@media only screen and (min-width: 989px) {
.responsive .av-masonry-entry {
width: 16.6%;
}
.responsive .av-masonry-entry.av-landscape-img {
width: 33.2%;
}
}
And modify the values as needed.
Regards,
Devin