Viewing 1 replies (of 1 total)
  • Generally, you reposition the menu via Custom CSS, most likely using a float:left; on the menu’s outer container. Try this:

    .main-navigation {float: left; border-top: 1px solid #666;}

    Or maybe this:

    .main-navigation {float: left;}
    img.custom-header { border-bottom: 1px solid #666;}

Viewing 1 replies (of 1 total)
  • The topic ‘How to push navigation under image’ is closed to new replies.