Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi!
I would like to make my dividers always be 100% wide, even on mobile. Now, by default they shrink to ~40% of full width and align to left. How should I change that?
I would like it so that the dividers would work perfectly with centered elements on mobile, as I have them on https://testaus.venusvisual.com/wp/koulutukset/
Thanks!
Hello,
Please can you add this custom CSS code into Folie > Customizer > General > Custom Code:
@media (max-width: 400px)
.cl_divider .wrapper {
max-width: 100% !important;
}
Let me know.
Regards!
Thank you! The code was missing a pair of curly brackets, but I figured it out and now it works. Must say that you really have an awesome support service! :]
You’re welcome :)
If you like our theme and support, leave us a rating on Themeforest, it’s very important for us :)
https://themeforest.net/downloads
Thank You so much
You must be logged in to reply to this topic.