// Either one of the code snippets should work
jQuery('.aw-header--sticky .navbar-menu-block .grid-y .cell:nth-of-type(1)').removeClass('auto show-for-medium').addClass('small-6 medium-6 large-auto');
jQuery('.aw-header--sticky .navbar-menu-block .grid-y .cell:nth-of-type(2)').removeClass('auto show-for-medium').addClass('small-6 medium-6 large-4');