• tarun_bazooka

    (@tarun_bazooka)


    Hi,

    My website is https://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 ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Ganesh Paygude

    (@ganeshpaygude)

    Just add the below lines in your theme css file:

    .top-bar {
    position: fixed !important;
    }

    Thread Starter tarun_bazooka

    (@tarun_bazooka)

    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’ ) ) ) : ?>

    Thread Starter tarun_bazooka

    (@tarun_bazooka)

    Thanks for your help too. I will also try this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu and header position’ is closed to new replies.