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.
我想知道如何对齐我放在网站顶部栏中的 Facebook 和 twitter 按钮。我想要一个在另一个前面,而不是一个在下面。我从 Joomla 扩展目录中为它们使用了模块扩展。请看一下。
添加到 CSS(如果可能,在您的模板自定义 css 文件中,因为这应该会阻止任何内容被覆盖):
.udtwitterfollow, .VombieLikeButton { float:left; padding: 0 2px; }
这float:left就是你需要保持的所有内容 - 但填充只是在它们之间增加了少量的分隔。
float:left
希望这可以帮助