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).
Note: Remember to clear floats if you use w3-right or w3-left. Remove the div class="w3-clear" to understand why.