Overstand theme set up issue

时间:2011-08-02 作者:Cbas

我刚刚开始设置Oversand主题以与我的博客配合使用,但我遇到了一个问题。查看我的网站:http://beachief.com/, 问题很明显。自从我第一次安装主题以来,这两个黑色类别一直是这样的——我没有做任何改变。我希望这两个区域可以延伸到整个页面。它们都被设置为使用编码为465px的“latest2”类,但都没有响应它。怎么了?

您可以在此处找到Oversand主题的文件:http://forums.digitalpoint.com/showthread.php?t=2212542

谢谢

2 个回复
最合适的回答,由SO网友:Jeremy Jared 整理而成

You should replace this code:

ul.latestoneandhalf {
    float:left;
    padding-right:15px;
    width:225px;
}

With this:

ul.latestoneandhalf {
    float:left;
    padding-right:15px;
    width:100%;
}
SO网友:GavinR

以你的风格。css在第878行修改“宽度”行,使块显示:

ul.latestoneandhalf {
    float: left;
    padding-right: 15px;
    width: 465px;
}

结束

相关推荐

Admin Theme customization

我遵循wordpress codex网站上关于通过插件创建管理主题的说明。我激活了插件,但我的样式表没有包含在<head>.. 这是我的代码:add_action( \'admin_init\', \'kd_plugin_admin_init\' ); add_action( \'admin_menu\', \'kd_plugin_admin_menu\' ); function kd_plugin_admin_init() { /* Register