@araiczyk
We do have a plan to add option for custom breakpoints, but this will take a while to implement.
Yes, I understand. That was a temporary solution and not the best.
There is another slightly better solution you could try.
You could go to Dashboard Appearance->Customize
, and then click on Additional CSS
.
Please check screenshot : https://ibb.co/hg17mfg
Then add the code below to the additional css text box and then save.
(You could change the max width from 500px
to any size you need. Note : max width is the screen width, not the column width).
@media (max-width: 500px) {
.guten-section.custom-wrap-column > .guten-container > .guten-column {
width: 100%!important
}
}
After that, you can go to the template editor and select any section you want to wrap 100%, then on the Advanced option, add Additional class custom-wrap-column
.
Please check screenshot : https://ibb.co/zxsCL4J
It should be able to fix the width issue, without affecting screen size larger than the set width.
If you still have any question, please let me know.
Thank you.
-
This reply was modified 2 years, 5 months ago by
Yoga.