Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #443387

    how can i set a fix high for mansory quick info, so that all entries look like the same?

    #443609

    Hey alfaweb2!

    Thank you for using Enfold.

    Use this in the Quick CSS field:

    .av-masonry-entry .av-inner-masonry-content {
      min-height: 58px;
    }

    Add css media queries to adjust the height on different screen size.

    Cheers!
    Ismael

    #443617

    cool, works fine. thank you. can i add some transparency to the quick info(white 58px high) in the mansory view?

    #443819

    Hi!

    Please add following code to Quick CSS as well

    .main_color .container .av-inner-masonry-content {
      background: rgba(252,252,252,0.7);
    }

    Regards,
    Yigit

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