How can I reposition a page link on my top menu?

How can I reposition a page link on my top menu?

PedroSoares1234
Excursionist
37 1 5

Hi guys, i want to know how can i put this page link on the other side of the top menu.

PedroSoares1234_0-1703541400495.png

My website: https://trend4two.com/

Replies 2 (2)

PageFly-Theodor
Shopify Partner
691 86 101

Hi @PedroSoares1234 ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about Change The Postion Of A Page Link, let’s try this solution:
Online Store ->Theme ->Edit code -> theme.liquid

<style>
.header__heading{
	margin-left: 20% !important;	
}

.header--top-center {
    grid-template-areas:
        "left-icons icons heading "
        "navigation navigation navigation" !important;
}

.header {
    grid-template-columns: 4fr auto 47fr !important;
}
</style>

Trend4Two 2023-12-26 08-43-04.png

I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

PedroSoares1234
Excursionist
37 1 5

Sorry for the mistake! But i want to keep the login icon and the cart icon on the rigth as it is. The only one that i want to change to the left is the country link!