Why Are Elements of Sidebar Hidden?
On this page you can see that elements of the sidebar a开发者_如何学编程re hidden by the content (as shown in pic below). This happened while I was editing the menu... Any idea what's going wrong here?
Thanks,
Tara
Remove width: 970px
from .single
.
It's on line 795 inside /wp-content/themes/primus/primus/style.css
.
In response to comment:
To do it your way, add position: relative
to #rightcol
. Disregard my previous fix.
精彩评论