---
title: "Changing link order in Drupal 8 menus"
description: "Once you have created your menu, it is quite possible that you will add additional item links later and at some point, need to rearrange them. This is very easy to do within Drupal as it uses a..."
url: https://www.inmotionhosting.com/support/edu/drupal/change-link-order/
date: 2013-10-11
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# Changing link order in Drupal 8 menus

Once you have created your menu, it is quite possible that you will add additional item links later and at some point, need to rearrange them. This is very easy to do within Drupal as it uses a weighting concept. Below is a quick guide on how to rearrange item links within your Drupal 8menus.

## How to reassign the order of links in your Drupal 8 menu

1. [Log into your Drupal 8 admin interface](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/).
2. [![select menu option](https://www.inmotionhosting.com/support/wp-content/uploads/2013/06/edu_Drupal-8__common-images_select-menu.png)](/support/wp-content/uploads/2013/06/edu_Drupal-8__common-images_select-menu.png) From the top menu select the **Menu** option.
3. [![select the Structure option](https://www.inmotionhosting.com/support/wp-content/uploads/2013/06/edu_Drupal-8__common-images_select-structure.png)](/support/wp-content/uploads/2013/06/edu_Drupal-8__common-images_select-structure.png) A secondary menu will appear just under the first. From here, click on the **Structure** option.
4. [![select menu from structure list](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_104_add-menu-items_3-click-menu-option.png)](/support/wp-content/uploads/2013/10/edu_Drupal-8_104_add-menu-items_3-click-menu-option.png) From the *Structure list*, click on the **Menu** option.
5. [![select desired menu to work with](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_104_add-menu-items_4-select-menu.png)](/support/wp-content/uploads/2013/10/edu_Drupal-8_104_add-menu-items_4-select-menu.png) You will see the memu listing page. From here, locare the menu you want to work with and select the **Edit Menu** link from the dropdown on the right side of the row.
6. [![select menu from structure list](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_104_change-order_5-link-list.png)](/support/wp-content/uploads/2013/10/edu_Drupal-8_104_change-order_5-link-list.png) We are now in the link list for the selected menu. There are two ways to change the order of the links. The first is to simply drag and drop them into the desired order by dragging the cross-shaped icon on the fer left.

[![select menu from structure list](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_104_change-order_6-weight-column.png)](/support/wp-content/uploads/2013/10/edu_Drupal-8_104_change-order_6-weight-column.png)

The other way is to click on the **Show row weights** link on the right hand side of the row list. This will display a **Weights** column for each row. Set the number of this column to determine the display order. The higher the number, the ‘heavier’ the link will be, making it display lower in the list (for vertical menus) or more to the right (for horizontal menus).

[![select menu from structure list](https://www.inmotionhosting.com/support/wp-content/uploads/2013/10/edu_Drupal-8_104_change-order_7-after.png)](/support/wp-content/uploads/2013/10/edu_Drupal-8_104_change-order_7-after.png)

Given our example, we set the *Ipsum* link to be the heavier of the two items, so it should display under the *Lorem* link. This is displayed in the finished product shot we have here.
