Forums
Forums / Themes and Templates / Menu and header position
(@tarun_bazooka)
10 years, 3 months ago
Hi,
My website is http://brandbazooka.com/innaya/ Using meta slider plugin i am having problem with my slider or menu bar. i like my menu bar to appear above slider or at Top. or i like my slider appear below menu bar. 🙂
Please help its urgent!! Thanks in Advance 🙂
(@ganeshpaygude)
Just add the below lines in your theme css file:
.top-bar { position: fixed !important; }
i solve this by placing slider code in header.php file
<?php endif; ?> <?php tha_header_after(); ?> <?php echo do_shortcode(“[metaslider id=2602 restrict_to=home]”); ?>
<?php if ( !is_page_template(‘page_front-page.php’) || ( ‘posts’ == get_option( ‘show_on_front’ ) ) ) : ?>
Thanks for your help too. I will also try this.
The topic ‘Menu and header position’ is closed to new replies.