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

    Hey

    Can you help me with a little responsiveness problem?

    I added private content.
    Basically the sliding thing isn’t responsive. The white line doesn’t change smaller or longer when screen size changes.
    Can you help me make a css code for that please!

    Thank you :)

    #1173110

    Hey rasmusheil,

    This CSS is causing that to happen:

    .twentytwenty-container {
        height: 320px !important;
    }

    Please add a different rule for mobile screens, you will likely have to remove !important as well.

    Best regards,
    Rikard

    #1173368

    Ok, that is helpful, thank you Rikard!

    Could you help me with the right CSS rule for this?

    Thank you :)

    #1173372

    Hi,

    Please simply remove following code from Enfold theme options > General Styling > Quick CSS field

    .twentytwenty-container {
        height: 320px !important;
    }

    Then go to Enfold theme options > Performance and disable “CSS file merging and compression”, save, flush cache and re-enable it and that should do it :)

    Cheers!
    Yigit

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