How can i make my current opencart theme responsive?
问题 How can i make my current active opencart theme responsive? I am using the theme shopcart from themeforest. Regards 回答1: I would recommend using css media queries and create 3-4 different css files. The other option will be creating different themes, detecting the user device in php and load the correct theme, but that will probably be an over kill for your needs at this point. In the following example, I am using 3 css files (mobile.css, tablet.css, desktop.css) but you may need to use 4 or