- Here is the solution for you @JoeyRoo
- Please follow these steps:
- Then find the base.css or theme.css or app.css file.
- Then add the following code at the end of the file and press ‘Save’ to save it.
@media only screen and (min-width: 600px) {
.footer .medium-6 {
flex: 0 0 30% !important;
}
}
Copy
- Here is the result you will achieve:
- Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

