Hello, I’ve tried creating 7 columns using a previous thread:
class one-seventh on 1/5 columns then:
#top .flex_column.one-seventh {
clear: none !important;
margin: 0 !important;
width: 14.28% !important;
}
But this is not working responsively ie. they are not stacking into one column.
Please can you advise, thank you!
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .flex_column.one-seventh {
width: 100% !important;
}}
Best regards,
Yigit
Many thanks!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit