0

谁能告诉我如何将 prestashop 主题从非响应式更改为响应式?我将在哪里放置媒体 CSS 代码?

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
/* Styles */
}
4

1 回答 1

0

我认为最适合您的解决方案是下载响应式 PrestaShop 主题并克隆您需要的任何内容

付费主题的此链接

http://themeforest.net/category/ecommerce/prestashop

如果你想要免费的,你可以下载这个

http://www.templatemonster.com/free-responsive-prestashop-theme.html

你也可以使用这个工具

http://presta-theme-maker.com/

我希望这会帮助你

于 2013-10-31T08:47:39.087 回答