Hi there,
I added the code below in the _TOPBAR.PHP in child theme, but it is not respecting the container. How can I put it inside the container?
<?php if ( x_get_option( 'x_topbar_display', 0 ) == 1 ) : ?>
<div class="x-topbar">
<div class="x-topbar-inner x-container-fluid max width">
<?php if ( x_get_option( 'x_topbar_content' ) != '' ) : ?>
<p class="p-info"><?php echo x_get_option( 'x_topbar_content' ); ?></p>
<?php endif; ?>
<?php x_social_global(); ?>
<div class="wpml-selector"><?php do_action('icl_language_selector'); ?></div>
</div>
</div>
<?php endif; ?>
Thanks
