有人能告诉我如何将prestashop主题从无响应更改为响应式吗?我将在哪里放置媒体css代码?
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
/* Styles */
}
答案 0 :(得分:0)
我认为最适合您的解决方案是下载响应式PrestaShop主题并克隆您需要的任何内容
此付费主题的链接
http://themeforest.net/category/ecommerce/prestashop
如果您想要免费的,可以下载
http://www.templatemonster.com/free-responsive-prestashop-theme.html
您也可以使用此工具
http://presta-theme-maker.com/
我希望能帮到你