menu list orientation
-
i would like the menu list to be right aligned. so it is responsive to the right margin when viewing full width.
i’ve tried:
.navbar .nav > li > a {
align: right; */and i’ve tried float: right/*
top: -4px;
padding: 75px 30px 0px 14px;
font-size: 16px;}additionally, i currently have 5 links in this menu. when i had 4 all of the links would stay on one line when i was reducing the width of the page and then transition to the menu button. with 5, the 5th link drops to a second line first, and then everything transitions to the menu button. how might i remedy this?
thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘menu list orientation’ is closed to new replies.