Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1242836

    Hi,
    I use the masonry on the page (see private content). There looks the caption in Chrome different to Firefox. I want the Firefox-Look. What can I do, to have the same look?
    Many thanks in advance.
    Sabine

    #1243039

    Hey Sabine,

    I compared your site in Chrome and Firefox, but I can’t see any differences at all. Could you post screenshots highlighting the differences you are seeing please?

    Best regards,
    Rikard

    #1244599

    Hi Rikard,
    go with your mouse over the pictures. In Firefox it the description comes from below, in Chrome the description is put up like a blackboard.

    #1245047

    Hi,

    Thanks for the update. That is not happening on my end, the descriptions comes from below in both Chrome and Firefox.

    Best regards,
    Rikard

    #1245706

    Hi Rikard,
    I send you a little video in the private area for comparison.

    #1247293

    Hello,
    could somebody answer me?
    Did somebody taked a look on my demo-videos?
    Thank you for help

    #1247393

    Hi,

    Sorry for the late reply!

    Please add following code to Quick CSS in Enfold theme options > General Styling tab

    .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { 
          transform: translate(0, 100%);
          -moz-transform: translate(0, 100%);
          -webkit-transform: translate(0, 100%);
    }
    
    .avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
         transform: translate(0, 0%);
         -moz-transform: translate(0, 0%);
         -webkit-transform: translate(0, 0%);
    }

    Best regards,
    Yigit

    #1247639

    Hello Yigit,
    great !! It works. I’m happy – thank you very much

    #1247749

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Masonry: the captions looks different for the same page in Firefox and Chrome’ is closed to new replies.