发布内容区域太宽 - 缺少什么css?

时间:2014-01-01 17:32:12

标签: css

我正在使用BuddyPress和BP Simple Front End Post来允许人们从这个网站的前端发帖。但是,“发布内容”区域会填满整个屏幕。我开始尝试将其缩小并强制它适应允许的区域,但每次我向css添加一些东西时,另一组工具会弹出太多。我已经为css添加了一些疯狂的元素,而且这些元素仍然是歪斜的,所以我必须遗漏一些明显的东西。

#wp-new-post-desc-editor-container, 
#wp-new-post-desc-editor-tools,
#new-post-desc_toolbargroup, 
.wp-editor-wrap, 
.wp_themeSkin table, 
.wp-editor-container, 
.mceToolbar, 
new-post-desc_toolbargroup, 
wp_themeSkin table,
.wp-editor-container,
.quicktags-toolbar, 
.wp_themeSkin tr.mceFirst td.mceToolbar, 
mceToolbar, 
#new-post-desc_toolbargroup,
#wp-editor-container,
#new-post-desc_toolbar2 tr,
.mceToolbar mceToolbarRow2,
#wpuf_new_post_form,
#new-post-desc_toolbar1,
.mceToolbar mceToolbarRow1,
.wp_themeSkin table, 
.wp_themeSkin tbody, 
.wp_themeSkin a, 
.wp_themeSkin img, 
.wp_themeSkin tr, 
.wp_themeSkin div, 
.wp_themeSkin td, 
.wp_themeSkin iframe, 
.wp_themeSkin span, 
.wp_themeSkin *, 
.wp_themeSkin, 
.mceText
{
width:600px !important; 
}

该页面是: http://emgraphics.net/legacytest/post-a-story/ 登录:堆栈 PW:测试 转到发布故事

这就是sans css和所有这些愚蠢之后的样子。我一定错过了一些令人眼花缭乱的事情吗?enter image description here

enter image description here

0 个答案:

没有答案