Mobile header not the same on all pages

website: www.buildyourcult.com

I added this custom css to remove the action button from mobile but it only removed it from the homepage. 

@media (max-width:767px) {
    .top_bar_right a {
display: none !important;
    }
}

All other pages show the action button and are not the consistent layout as the homepage. Also, I switched back to classic menu from side slide but it won't change it back. 

Please let me know how to correct these issues.

Many thanks. 

Comments

Sign In or Register to comment.