Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: #prev-section #333447

    Thanks Josue!
    I was hoping there would be a way to automate it, but yes anchors could work here also. Thanks!

    in reply to: masonry columns in boxed view #298969

    Works great! forgot that if it collapsed back to the original it would be fine!

    in reply to: masonry columns in boxed view #296277

    So I found somewhat of a fix. It isn’t perfect, but looks good for 4 column:

    #top .container .av-masonry-entry {
        width: 24.8%;
       }
    .av-masonry-image-container {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }
    .av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
        padding-bottom: 80%;
        width: 100%;
        z-index: 1;
        height:420px;
    }
    .av-masonry-image-container {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 275px;
        text-align: center;
    }
    

    Maybe you can suggest a better way to do this Kriesi? For instance, this doesn’t collapse into mobile very good at all!

Viewing 3 posts - 1 through 3 (of 3 total)