• I love this theme. Made some sites with it and now working on another. But now I need to change the breakpoint for mobile menu to 960px so that a homepage design for desktop is also visible on an ipad. standard breakpoint for mobile menu to show is 1199px. How could I achieve this… i’m a bit stuck.

    Thanks and regards,
    Eric

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi @eeeceegee thanks for using WP Bootstrap Starter theme, please copy the header.php in your child theme, edit the header.php in your child theme and in line 29 replace this code

    <nav class="navbar navbar-expand-xl p-0">

    with this:
    <nav class="navbar navbar-expand-lg p-0">

    Thread Starter EeeCeeGee

    (@eeeceegee)

    Thank you, this wil help me further to implement the customers iPad wishes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change breakpoint for mobile menu’ is closed to new replies.