Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #708012

    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

    #708252

    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

    #708351

    Thank you Yigit. But this does not work ;(

    #708352

    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 :)!!!

    • This reply was modified 7 years, 4 months ago by corneliaboehm.
    #708393
    .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!

    • This reply was modified 7 years, 4 months ago by corneliaboehm.
    #708453

    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.

    #709167

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.