Hey there,
Is there any option or possibility to change the size of the Thumbnail portfolio entries?
I use the mansonry Objekt to present different portfolio items at the startscreen. Now i want that the entries are smaller, so that there is more space.
Actual there is space for 4 entries in a row. if it is possible i want to get like 6 or 8 Thumbnails / Portfolio entries in a row.
-> my page: http://www.mbo-fotografie.de
Hi Maik!
Width of masonry elements will change depending on the screen width. You can try resizing your browser window to check it.
For above 1800px, you can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
@media only screen and (min-width: 1800px) {
.responsive.html_stretched .av-masonry-entry {
width: 14%;
}}
Cheers!
Yigit
Cool,
thanks alot!
I noticed that the size is changing with the screenwidth. But i want to ask, if it is possible to set other sizes to this behaviour?
so that at a screenwidth of 1680px there are not 4 but 5 Portfolio elements in a row. And depending on this they should scale with the browser window..
Hi!
Afaik this is how the masonry element works. I.e. with a screen size of 1920px you’ve 5-6 columns: http://www.screenr.com/qxdN
Best regards,
Peter
Hi…
Thanks or the hint.
I understand that the masonry elemet works like this.
For me the question is, Is it possible to change the way this element acts?
Hi!
Please try adding following code to Quick CSS
.av-masonry-entry { width: 25%!important; }
Best regards,
Yigit
Thanks a lot for this useful hint!
Works well…
You all doing an amazing Job!!