How can I rearrange my submenu? i would like the pictures on the other side of the text

How can I move the pictures to the left and move the ‘featured’ menu to the right side of all the images?

Thank you!

Hello @mayatranquila

Please follow the steps below after logging into the Shopify admin:

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.
  • Find the theme you want to edit and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.
header#header .header__nav-item .header__nav-links  .header__nav-links-item
{
    order: 5;
}

Please hit Like and Mark it as a Solution if you find our reply helpful.

1 Like

This worked, but how can I do it for mobile also? Thanks