Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将四个 div 向左浮动,试图让它们彼此相邻。但是,它们都将一个堆叠在另一个之上。有什么想法吗?
我的问题出在 aogaragedoor.com 的页脚中。单击“服务区域”,您会看到“填充”一词出现在左侧。这是一个 WordPress 网站,实际上是四个小部件,每个小部件都有一个自定义菜单,而且它们现在都只有一个占位符链接,Filler。
有什么想法吗?谢谢!
删除负底部边距style.css:
style.css
ul.xoxo { margin:0 0 -20px 25px; # <-- Set bottom margin to 0 }