• Resolved hafman

    (@hafman)


    Having set up a child theme i find the mobile menu button has moved to the left and does not activate the menu when clicked.

    If i restore the original theme all works ok.

    Is this bootstrap problem?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hafman

    (@hafman)

    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );

    }

    Thread Starter hafman

    (@hafman)

    that fixed it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child Theme: Mobile menu does not work’ is closed to new replies.