Hi can somebody kindly guide me on how to align this coding to the LEFT?
// Add Ad above the navbar
// =============================================================================
function ad_leatherboard(){ ?>
<div class="custom-ad x-container max width center-text pam">
<?php echo do_shortcode('[x_icon type="adjust"]');?>
</div>
<?php }
add_action('x_after_view_global__nav-primary', 'ad_leatherboard');
