Wordpress CSS主题修改

时间:2011-04-04 18:57:33

标签: html css wordpress

我正在尝试修改此主题中给出的侧边栏的宽度: http://ericulous.com/2008/09/09/wp-theme-google-chrome/

修改后的明显:

/* Sidebar */
.sidebar {
font-size: 1.1em;
margin-top: 25px;
width: 308px;
}

反映:

/* Sidebar */
.sidebar {
font-size: 1.1em;
margin-top: 25px;
width: 100px;
}

页面看起来不正确。为了帮助您可视化屏幕,这里是一个截图,以及style.css。

的pastebin

http://img64.imageshack.us/i/screenshot20110404at253.png/

http://pastebin.com/4ZRa1RVJ

1 个答案:

答案 0 :(得分:1)

侧边栏包含名为sidebartop.gif和sidebarbottom.gif的图像。这些仍然是308像素宽。您需要将它们缩小,以便div可以折叠到足够小的内容。