raythedesigner
2/21/2020 - 4:52 PM

Workaround for a Bug When a Block of Information Placed Above the Header Does Not Get Displayed on Smaller Screens

// 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');