Viewing 3 replies - 1 through 3 (of 3 total)
  • Rambo

    (@rahul020691)

    You will need to edit your header.php for this.

    Thread Starter TheGoodQuestion

    (@thegoodquestion)

    good place to start, thanks for heads up

    Theme Author Ben Sibley

    (@bensibley)

    Most style modifications like this can be done with CSS, but in this case you’ll need to reorder the actual elements in the HTML.

    To do this, you’ll want to use a “child theme”. Here’s an Ignite Plus starter child theme you can use.

    If you copy the header.php file into your child theme, that version will be used instead, and you can then start making your changes.

    The only thing you’ll need to change is this: move the entire header element above all the PHP logic for the header image inclusion. In other words, copy lines 40-48 in header.php, and move to right after the “skip-content” link on line 15.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘menu bar under logo’ is closed to new replies.