03-23-2018, 06:39 AM
It all depends on how you want to design your mobile view.
If you just want to hide some elements for mobile view and make them only available for non-mobile view, you can add a simple css media rule to detect the screen size. That's it.
If you want something more than that, you may consider a full redesign.
If you just want to hide some elements for mobile view and make them only available for non-mobile view, you can add a simple css media rule to detect the screen size. That's it.
If you want something more than that, you may consider a full redesign.