• Hi,

    I need to move the search bar, but i can’t make it, how to move the search bar in the header ? I think that its possible with the “Hook”, but i don’t know how it work.

    Thx !

    Lullavie

Viewing 3 replies - 1 through 3 (of 3 total)
  • It depends where you want to move it. What you’re trying to do can probably be accomplished with CSS if your comfortable with that.

    Our Storefront Designer extension also includes some header layout options. Might be worth looking at if you’re not comfortable diving into the code.

    Regards

    Designer does not let you move individual components around, only as a group.

    Can you explain how to actually move the search bar?

    Like to the end of Primary Nav or above the header

    @brewskie you’d need to create a new function hooked into init that rearranges the components using remove_action() and add_action(). Then you’d just need to apply the appropriate CSS.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move the search bar’ is closed to new replies.