在我正在处理的网站的主页上,页面右侧有一堆额外的空白。我知道问题出在我的 css 中,但我不确定如何解决这个问题。这是相关的CSS:
/* Home Page */
#homelogo {
margin-left: -450px;
margin-right: 0px;
color: #363636;
}
#bigtext {
font-size: 45px;
margin-right: -360px;
position: relative;
bottom: 80px;
line-height: 1;
color: #FF809D;
}
#description {
position: relative;
bottom: 60px;
}
你能给我的任何帮助都会很棒!