我正在开设一个网站http://www.amp.com.pk/contact/。页脚在除联系页面之外的所有页面上都很完美。我试过在另一个div(主要div)下包装页脚,但问题仍然存在。
请指导我。感谢。
<div class="footer-wrapper">
<div class="copyright">
<p style="margin-top:-45px;color:#91703A;font-size:15px;">Adnan Malik Productions</p>
<p style="margin-top:-30px;color:#91703A;font-size:13px;">
Follow us on <a href="http://www.facebook.com/adnanmalikproductions" target="_blank">Facebook</a> | <a href="http://www.twitter.com/adnanmalik " target="_blank">Twitter</a>|AMP © <?php echo date('Y') ?>. ALL RIGHTS RESERVED</div></p>
<div class="credit">Powered By: <a href="http://www.inspurate.com/" target="_blank">Inspurate</a></div>
<div class="clear"></div>
</div>
答案 0 :(得分:-1)
#colophon .footer-wrapper
{
margin-left:150px;
}
尝试这个并查看它是否有效或尝试以百分比而不是像素给出尺寸! 我相信它会起作用