Right-aligned Dropdown

Use the w3-right class to float the dropdown to the right, and use CSS to position the dropdown content (right:0 will make the dropdown menu go from right to left).

Link 1 Link 2 Link 3

Note: Remember to clear floats if you use w3-right or w3-left. Remove the div class="w3-clear" to understand why.