如何移动右侧的侧边栏?把它推得更右侧?

时间:2015-09-22 17:17:37

标签: html css wordpress

我正在使用wordpress,我只能添加自定义CSS。我想在右侧多推一点,以便我的文字(文章)宽度可以增加。

这是我的网站http://www.defensionem.com/schwellenpflug/

http://www.defensionem.com

请注意右侧的侧栏,其中包含Facebook的链接。我希望我的内容出现在"中间"屏幕因此我在左边添加了一些填充。但我发现我无法增加文本的宽度。

如何将侧边栏向右移动一点?

是的,我确实尝试过,但没有任何效果。

另外,如何隐藏段落标签?

http://www.defensionem.com/profile/Renaud-Mayers/

我在Wordpress列中输入了该信息。 (我不能在90分钟内发新帖子,所以我在这里添加了。抱歉)

2 个答案:

答案 0 :(得分:0)

最简单的方法就是降低保证金权利值:

.content-wrapper__inside.sidebar--true.sidebar--right .main-content__inside
{
    margin-right: 180px;
}

请注意,这些样式适用于自适应网站。所以你可能还需要为其他屏幕尺寸更改它。

答案 1 :(得分:0)

看起来您将段落标记放在引号内:

"<p>Currently working on behalf of the Belgian Ministry of Defence, thanks to my high knowledge in WWII and other areas. Working in two WWII era fortresses still belonging to the Army.</p>"

将它们移到外面,或者完全摆脱它们。