Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #964371

    Hello!
    I wanted to ask you, if there’s a way to disable that “re-arrangement” of portfolio or blog entries while changing the browser-width.
    It seems like they need to “re-arrange” but i want them to constantly do this, like a masonry gallery.

    is this possible?
    I already found a code, that stops the animation, but not the resizing :/

    .grid-entry {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
    }

    Thanks i advance!

    • This topic was modified 6 years, 5 months ago by intimadecom.
    #964836

    Ok, i’ve solved the problem using the “masonry” and not “portfolio grid” :-)

    #965260

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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