How can I move the pictures to the left and move the ‘featured’ menu to the right side of all the images?
Thank you!
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:
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.