Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1231572

    On my site, I would like to move the Portfolio title “Bushwick Townhouse” over the image in the middle.

    Thanks

    #1231822

    Hey navindesigns,

    Please look at the page now. It is better to use masonry for the look that you want.

    Best regards,
    Victoria

    #1231831

    That works but why is there extra white space on the top of the first one?

    Thanks

    #1231859

    Hi navindesigns,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.post-715 {
      top: 0 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1231913

    Thanks

    One last question. Can I change the overlay color to transparent white instead of transparent black?

    #1231918

    Hi,

    Add this to quick css:

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(255,255,255,0.35)!important;;
    }

    Best regards,
    Jordan Shannon

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