Alignment of my logo with my menu items. I want to align my with my menu items.

Options
antswana
antswana Member Posts: 3
Tagged:

Best Answer

  • Aj_Cre8
    Aj_Cre8 Member Posts: 651 MVP
    Answer ✓
    Options

    You should be able to hover over the menu, and when the box appears there is a square node on the top center. Click and hold that node while dragging up until the items are centered.

Answers

  • antswana
    antswana Member Posts: 3
    Options

    Thank. I did the dragging which does not align my menu items with the logo, instead it put the menu at the top.

  • Bruce_McCaughan
    Bruce_McCaughan Member Posts: 129 Learner
    Options

    It's hard to know what the exact issue is just from the screenshot. But I often use this code in css to have columns align in the middle vertically:

    display:flex !important;

    flex-direction:column !important;

    justify-content:center !important;

    Place that in the column housing the navigation.

    Navigation can be finicky, so I won't promise that will work for you in this case.

  • Aj_Cre8
    Aj_Cre8 Member Posts: 651 MVP
    Options

    It should not pop to the top! It should be draggable throughout the column. If you are not able to do this, you need to open a support ticket within the editor and let Duda Support help you. All widgets can be moved up, down, left and right.