Hi,
I have removed child theme code and activated parent theme and fix through javascript code at Admin -> Theme Options -> General Options -> Tracking code.
<script>
jQuery( document ).ready(function( $ ) {
$('#main-nav').find('div.span9').removeClass('span9').addClass('span12');
});
</script>
Thanks
Mohammad