How do I set the slider so that the main menu for the site shows up over it? The theme has a setting to use an image as the header background but I want to use the slider instead. This is my current header code:
<header class=”motopress-wrapper header”>
<div class=”container”>
<div class=”row”>
<div class=”<?php echo cherry_get_layout_class( ‘full_width_content’ ); ?>” data-motopress-wrapper-file=”wrapper/wrapper-header.php” data-motopress-wrapper-type=”header” data-motopress-id=”<?php echo uniqid() ?>”>
<?php get_template_part(‘wrapper/wrapper-header’); ?>
</div>
</div>
</div>
</header>