Forums Forums Search & Filter Pro Multiple issues with multiple forms and multiple languages

Viewing 5 posts - 31 through 35 (of 35 total)
  • Anonymous
    #262750
    This reply has been marked as private.
    Trevor
    #262752
    This reply has been marked as private.
    Anonymous
    #262755

    Thanks for chatting with me ๐Ÿ™‚

    So here’s the final “solution”.

    This is what I did. I added these two css rules for mobile devices only:

    .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
     display: block !important;
    }
    .vc-gitem-zone-height-mode-auto::before {
        padding-top: 40%;
    }

    padding-top was set to 100%. The aspect ratio is still not 1:1 but that won’t matter too much on mobile devices since they are listed beneath each other anyways.

    I’m not sure why this is the solution but thank god it is! ๐Ÿ˜€

    Anonymous
    #262757

    Just to be 100% accurate: .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img was set to display: none; by js_composer.min.css

    Trevor
    #262761

    Great, thanks for letting me know. I will close this thread for now.

Viewing 5 posts - 31 through 35 (of 35 total)