Re: Menu Center in Flow Theme

Solved

How can I center the main menu in the Flow theme?

Fred310
Visitor
3 0 0

Hey People,

i want to center the main menu in the Theme "Flow" can you help me out?

Accepted Solution (1)
Wholesalehelper
Explorer
45 11 11

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-

Wholesalehelper_0-1707722246401.png

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

 

 

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center

View solution in original post

Replies 4 (4)

Wholesalehelper
Explorer
45 11 11

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

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center
Fred310
Visitor
3 0 0

Hey @Wholesalehelper,

 

here ist the Site: https://anonia.de/

The password is: Anonia24!

Thanks in advance.

Wholesalehelper
Explorer
45 11 11

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-

Wholesalehelper_0-1707722246401.png

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

 

 

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center
Fred310
Visitor
3 0 0

Thank you!! It works great.