Okay
  Public Ticket #1791312
How to set masonry blog grid tall/wide
Closed

Comments

  •  4
    Marcin started the conversation

    Hi,

    I use an auto masonry blog asset to display thumbnails. How to set which post thumbnail will be square and which tall? Now it is automated. I know how to do this in portfolio, but here can find such an option. Or there is no such an option?

    Grid is in 4 columns. First i square, then two tall. In second row is the opposite.

    Thanks in advance!

    Marcin

  •  8,996
    Tahir replied

    Hey Again,

    Unfortunately there is no such option to manually set it.

    Best


    ThemeNectar Support Team 

  •  4
    Marcin replied

    Hi, thanks.

    So size is set in random way?

    I also add 100% width to square thumbnails, because the title was left aligned and 55% width don't know why.

    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header, 
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header, 
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header, 
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header  {
        max-width: 100%;
    }

    Is that ok or there is a better way?


  •  8,996
    Tahir replied

    That should be alright. 

    Best 


    ThemeNectar Support Team