【发布时间】:2010-08-29 07:00:23
【问题描述】:
想知道我可以使用哪些代码来更改侧边栏的外观,例如“类别”“标签云”如何将自己放入框中?现在他们中的许多人与盒子齐平(右),一直是中心,但它并不漂亮。不知道它可能会改变什么,例如在样式表或侧边栏中?
使用这个主题:http://wp-themes.com/colors/?TB_iframe=true
已经用这样的填充测试过: .widget { 边距底部:12px; 填充:5px; }
但没有成功。
关于如何解决此问题的建议?我是个菜鸟,英语也不是很好,但还是试试吧。 ;)
样式.css
Sidebar Styles
==================================================================================================== ========================================
*/
#sidebarLayout {width:228px; float:left; margin-left:15px; margin-top:1px;}
.widget { margin-bottom:12px;}
.wdTitle {height:38px; width:228px; background:url(layout/wdTitleBg.png);}
.wdTitle h2 {color:#FFFFFF; font-size:10pt; font-weight:400; line-height:34px; margin-left:15px;}
.wdContent {background:#e1e5e7; width:227px; margin-left:1px; padding-bottom:30px; padding-top:3px;
line-hight:100%;}
.wdContent li:hover {no-repeat;}
.wdContent li {line-height:15px; height:35px; padding-left:25px; margin:1.5px 0px;}
.wdContent ul li ul { display:none; }
.wdFooter {height:4px; background:url(layout/wdFooterBg.png); width:227px; margin-left:1px;}
.wicon {width:34px; height:24px; background:url(layout/widgetIcon.png) no-repeat; float:left; margin-right:2px;}
/*
Sidebar.php:
<div id="sidebarLayout">
<div class="widget">
<div class="wdTitle">
<h2>Sök?</h2>
</div>
<div class="wdContent">
<div class="icon" id="searchIcon"></div>
<?php get_search_form(); ?>
</div>
<div class="wdFooter"><!-- .wdFooter for design only --></div>
</div>
<!-- <?php if ( function_exists('wp_tag_cloud') ) : ?>
<div class="widget">
<div class="wdTitle">
<h2>Etikettmoln</h2>
</div>
<div class="wdContent">
<div>
<div id="etikettmoln">
<?php $tags = wp_tag_cloud('orderby=count&order=RAND'); ?>
</div>
</div>
</div>
<div class="wdFooter"></div>
</div>
<?php endif; ?> -->
<?php if(!function_exists("dynamic_sidebar") || ! dynamic_sidebar('sidebar')) : ?><?php endif;?>
</div>
我为那些不了解它的人使用 Wordpress。
感谢您的帮助!
【问题讨论】:
-
我还不明白你的确切问题是什么。
-
看看我在 b3tty.com 上的侧边栏。类别列表、标签云等。舔框的左边缘。
-
对不起,我还是不明白你的意思,在 FF 3.6 中我觉得很好
-
尝试wordpress.stackexchange.com 获取特定于 Wordpress 的建议。
-
更改类别、标签云、档案等的尺寸,因为会干扰我侧边栏中的框。现在访问统计、社交媒体图标和链接都很好,但我希望每个人都以同样的方式折叠,而不是像现在这样与盒子的边缘齐平。我已经测试了一种填充变体但没有成功。