Shopify themes, liquid, logos, and UX
Hey People,
i want to center the main menu in the Theme "Flow" can you help me out?
Solved! Go to the solution
This is an accepted solution.
Hello, @Fred310
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save
#top_links_wrapper{
width: 88% !important;
justify-content: center !important;
}
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
Hi, @Fred310
Greetings from the Wholesale Helper Support Team! Happy to help you today.
Please provides us the page Url and password (if store password is enabled) , so that we can analyse the problem .
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
Hey @Wholesalehelper,
here ist the Site: https://anonia.de/
The password is: Anonia24!
Thanks in advance.
This is an accepted solution.
Hello, @Fred310
Greetings from the Wholesale Helper Support Team! Happy to help you today.
1. Go to online store > theme > Edit code > Layout > theme.liquid (file) and Paste the below code at the end of the file, just before the closing " </body>" tag -> Save
#top_links_wrapper{
width: 88% !important;
justify-content: center !important;
}
2. After adding the above CSS, it looks like this-
Let me know If need further assistance
Regards,
Wholesale Helper Support Team
Thank you!! It works great.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024