Home › Forums › CSS › [Solved] Image Navigation Menu Positioning › Reply To: [Solved] Image Navigation Menu Positioning
June 30, 2015 at 12:13 am
#204397
Member
Can’t tell without seeing your code (in a Codepen demo?) but a simple float:right
on the menu should be sufficient.
In the example case, the menu is 100% wide but it has text-align:right
for the inlined list items.