Hi micon6
1 - So you want to show JA Masshead module on detailed event page only, right?
2 - You can assign JA Promobar module to other position, no need to use 'masthead' position
3 - Somehow on JTicketing page (like the 'HOME PAGE' on your site), it keeps loading default Bootstrap (this causes the issue) although I already disabled the 'Load Bootstrap' option in configuration of JTicketing component. You can contact support of this component to check further on this. In the meantime, I fixed for you by overriding by this custom CSS:
@media (min-width: 1200px){
.com_jticketing .container {
width: 1170px !important;
}
}
in /css/custom.css of template.
Regards