简体   繁体   English

如何在右侧移动菜单

[英]How to move my menu in the right side

I was designing this webpage for one of my client. 我正在为我的一位客户设计此网页。 I'm using bootstrap & flexnav for my navigation Menu. 我将引导菜单和flexnav用于导航菜单。 I want to align my whole navigation area right side of the page, but it is floating in the left now. 我想在页面的右侧对齐整个导航区域,但是现在它在左侧浮动。 I have tried to add float:right to ul class, but it is not working. 我试图将float:right添加到ul类,但是它不起作用。 how can I fix it? 我该如何解决? http://banglapdf.net/Testing/theme/ http://banglapdf.net/Testing/theme/

The width of your ul is preventing it from moving any further to the right. ul的宽度阻止了它向右移动。 You can either make it less wide (making it auto should work), and float it right, or you can float right the li s inside it. 您可以减小它的宽度(使其自动运行),然后将其向右浮动,也可以向右浮动其中的li

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

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