Tagged: josue
hi. i want that all postings in the flexible grid look like this. http://imgur.com/a/faeQK
all postings should have the same image size and the same white blank size under the image. like here: http://imgur.com/a/m6sy3
And is there a way to set the 1px betwenn the postings to 3px or is this difficult? it should work without troubles on mobile devices :) http://imgur.com/a/m6sy3
Hi!
Please add following code to Quick CSS
.av-masonry-col-6 .av-masonry-entry {
padding-right: 3px;
}
and set your masonry to perfect grid.
Regards,
Yigit
Thank you Yigit. But this does not work ;(
All posts inside the grid should have the same size like this post: http://imgur.com/a/faeQK
Can you please help me to get this working Yigit. Thank you sooooooooooooooo much. Greetings from vienna :) Last problem fpr now :) Promised :)!!!
.av-masonry-col-6 .av-masonry-entry {
padding-right: 8px;
}
Hey. I added this code but how can i scale up the size of all post entries? http://imgur.com/a/VlmNR
Greetings and THX!
Sorry but the posts inside the grid stay small. i do not see the images. how can i increase the high – with the perfect grid setting? Thank you for your help.
Hey!
Please add following code to Quick CSS
.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
padding-bottom: 130%;
}
Excerpt is not the same on your posts, that is causing the issue. I already provided you a solution here – https://kriesi.at/support/topic/red-border-for-grid-post/#post-708259. Please use the first code to decrease excerpt.
Cheers!
Yigit