Thank you for your response. While that did work in flipping the order of the menu which is helpful for the future. It still doesn’t make it in the same order as in the desktop view which is (home, portfolio, about, contact). The mobile stack turns into (about, contact, home, portfolio). Once I added the CSS it changed to (portfolio, home, contact, about). I think it has to do with stacking the second desired link on top of the first one do to the width being so small. Instead of being in a column of (1,2,3,4) it is in (3,4,1,2)