Follow up on menu for mobile

Follow up on menu for mobile

manbru
Pathfinder
112 0 31

Hello,

 

I got the code below from this post on my menu recently: https://community.shopify.com/c/shopify-design/menu-on-mobile/td-p/2776389 

<style>
.Meteor-MobileNavigation .Meteor-MobileNavigation__Link a {
    justify-content: space-between !important;
    width: 100% !important;
}
</style>

 

And the code almost works. But you can see that one of them the " justify-content: space-between !important;" Is not "working" because the code above is running.

Skärmavbild 2024-09-21 kl. 13.47.00.png

 

When I disable the previous running code it now works and looks great. And the the problem is that I've used an app to create this menu so I cannot go to edit code and delete the previous running code.

Skärmavbild 2024-09-21 kl. 13.50.54.png

 

So I would need some help with how I can disable that code and there by have all the arrows to the right side.

 

Here's my store: https://r1vex.myshopify.com/ 

 

 

Thanks for helping!

Replies 5 (5)

Moeed
Shopify Partner
5317 1435 1721

Hey @manbru 

 

It looks like you're unable to find the previous code, I can help you out in removing the previous code. Can you share your collaborator request code in private messages so I can help you out?

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


BSSCommerce-B2B
Shopify Partner
1697 508 569

Hi @manbru 

Please insert that style before the </head> tag in the theme.liquid file

This may make the app's attributes non-overridable
I hope it helps you

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

manbru
Pathfinder
112 0 31

Yeah that is exactly what've done:

 

Skärmavbild 2024-09-21 kl. 14.03.53.png

BSSCommerce-B2B
Shopify Partner
1697 508 569

Will changing the CSS code in theme.liquid help the store function better?

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

manbru
Pathfinder
112 0 31

Do you mean instead of putting the code in Base.css?