• Resolved marsx79

    (@marsx79)


    Hello.

    In the mobile version, the images are not scaled to a uniform size. They are all different sizes. It works in the pc browser. I have selectet “Equal Height of each flipbox”.

    Regards
    Marcel

    • This topic was modified 4 years ago by marsx79.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • baljitdhanjal

    (@baljitdhanjal)

    Hi @marsx79,

    Please try given below custom css in your active theme’s custom css option.

    @media only screen and (max-width: 768px) {
    .cfb_wrapper .cfb-box-wrapper{
        width: 100%;
    }
    .cfb_wrapper .cfb-data{
        width: 100%!important;
    }
    
    }

    And let me know if still your are facing any in our plugin.

    Thanks

    Thread Starter marsx79

    (@marsx79)

    Hi.

    Thanks for the answer. It works. However, only on the front. The back is still different.

    Regards
    Marcel

    Thread Starter marsx79

    (@marsx79)

    Any solution?

    Hi @marsx79,

    Please remove previous shared CSS & use given below custom CSS.

    @media only screen and (max-width: 768px) {
        .cfb_wrapper .cfb-box-wrapper{
           width: 100%;
        }
        .cfb_wrapper .cfb-front {
           width: 100%!important;
        }
    }

    Thanks

    Thread Starter marsx79

    (@marsx79)

    It works. Thank you for the great support and the great plugin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Equal Height Mobile Version’ is closed to new replies.