Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #668656

    Is it possible to do a Masonry with Ajax Portfolio?
    or is it possible to do a Portfolio grid with Ajax where the title overlays the thumbnail?

    Thanks

    • This topic was modified 8 years, 3 months ago by rikeswon.
    #670245

    Hey rikeswon,

    Thank you for using Enfold.

    The latter is possible. Use the portfolio grid element, enable the title an excerpt then add this in the Quick CSS field:

    .grid-content {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .main_color .grid-content {
        background: rgba(255,255,255,0.4);
    }
    
    .grid-entry-title.entry-title {
        margin-top: 35%;
    }

    Best regards,
    Ismael

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