You mean the navigation area? That's because you're using custom code which doesn't work as well as it used to because of this push. See where you have .module-section-one li in your Custom CSS? You need to change that to .module-section-one .module-navlinks li Same thing for .module-section-one ul, .module-section-one li a, .module-section-one ul li a:hover and .module-section-one ul li.active.
BTW the reason for the patch is that Transmogrified didn't look good when other modules besides navigation were in the header. We had to make the styling of navigation only apply to navigation and not to all modules hence the changes for you, unfortunately.
no subject
no subject
See where you have .module-section-one li in your Custom CSS? You need to change that to .module-section-one .module-navlinks li
Same thing for .module-section-one ul, .module-section-one li a, .module-section-one ul li a:hover and .module-section-one ul li.active.
BTW the reason for the patch is that Transmogrified didn't look good when other modules besides navigation were in the header. We had to make the styling of navigation only apply to navigation and not to all modules hence the changes for you, unfortunately.
no subject
no subject