Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.