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 :)
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
Ok, that is helpful, thank you Rikard!
Could you help me with the right CSS rule for this?
Thank you :)
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