0

Can someone tell me why my div brdheader isn't sitting at the top (the most top inside of, that is) of punwrap?

I'm using fluxbb, and the devtools in chrome aren't saying anything. There's no margin, or padding, so I have no idea what the problem could be.

This is the forum. Since I'm using FluxBB I can't exactly post all of the code. http://flux.strange-coast.com/index.php

Thank you for taking the time to read this.

4

2 回答 2

3

你有margin: 30px 0px -10px 5px.pun h1的就是这样做的。调整到你想要的

于 2014-01-09T02:47:12.247 回答
1

将第 127 行的 BSTangram.css 中的 .pun h1 css 行更改为下面的应该修复它。

.pun h1 {
margin: 0px 0px -10px 5px;
margin-left: 5%;
padding: 0px;
}

只要你想要这个输出,http://cl.ly/TGxf

如果是这种情况,那么如果不是对不起我误解了,那么您可以解决。

于 2014-01-09T02:48:19.463 回答