简体   繁体   English

对齐问题

[英]Alignment issue

Could someone please help me with this alignment issue? 有人可以帮我解决这个对齐问题吗?

So everything is all over the place and I don't know how to align everything, move the button closer to the line divider and then align everything with the last menu button 'Home' underneath it. 因此,所有内容到处都是,我不知道如何对齐所有内容,将按钮移到更靠近行分隔符的位置,然后将所有内容与其下方的最后一个菜单按钮“ Home”对齐。

Would really appreciate someone looking at this and showing me how. 非常感谢有人看着这个并向我展示了如何。

First off, I recommend using either FireBug plugin from Firefox or Chrome and the Inspect Element feature. 首先,我建议使用Firefox或Chrome的FireBug插件以及Inspect Element功能。 This will allow you to hover over elements within the page and view the real estate it's taking up and what the settings are dependent on. 这将使您可以将鼠标悬停在页面内的元素上,并查看其占用的资源以及设置所依赖的内容。 You can also make real-time changes to both the tags and the CSS styles and see what kind of effect it has on the outcome. 您还可以实时更改标记和CSS样式,并查看其对结果的影响。

Next, set your .nav-login style width to 75px and see if that takes care of it. 接下来,将您的.nav-login样式宽度设置为75px,然后看看是否可以解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM