Is it possible to have sections visible or not visible based on the responsive breakpoints? What about changing their order? I’d like to see different sections up top on smartphone compared to when viewing on desktop.
You can change the order of sections with the Pro Version. However, do it based on device being used, you will just need to add a bit of CSS code. Nothing complicated.
Example:
// Small devices (landscape phones, less than 768px)
@media (max-width: 767px) {