我正在考虑增加模板的宽度。
网站:laptopsisland.com
以下是网站宽度的css代码。
/**************** MAIN WIDTH *********************/
.wrapper { padding: 0; min-width:960px }
.boxed-layout .wrapper { width:1000px; background: #FFF; margin:0 auto; }
.inner { width:960px; position:relative; margin:0 auto; /* main width */ }
.responsive .inner { max-width:960px; width:auto; }
body.responsive.isMobile .wrapper { overflow:hidden; }
/*************************************************/
请找到完整的CSS代码here。
任何人都可以教我如何使用上面的css代码增加宽度吗?
答案 0 :(得分:1)
您网站的宽度目前受这些规范的限制:
.boxed-layout .bg-shadow { max-width: 1023px; }
.boxed-layout .wrapper { width: 1000px; }
如果你增加这些,你的网站会变宽。