Menu on mobile

Menu on mobile

manbru
Pathfinder
129 0 30

Hello,

 

I want to move all arrows to the right side on mobile.

 

my store: https://r1vex.myshopify.com/ 

 

On mobile my menu currently looks like this:

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

 

And I want it to look like this:

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

 

 

I was thinking that this might be be possible by setting the column gap to 100% or something but I'm not that good at css yet.

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

 

Thanks for your help!

Replies 6 (6)

Moeed
Shopify Partner
7496 2028 2488

Hey @manbru 

 

You have a code added in your theme files maybe in meteor-menu.css, so you have to remove the below code first which is this then add my code.

.Meteor-MobileNavigation .Meteor-MobileNavigation__Link a {
    justify-content: flex-start !important;
}

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

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

RESULT:

Moeed_0-1726901656313.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


BSSCommerce-B2B
Shopify Partner
1972 564 568

@manbru , Add this code before  </head> in theme.liquid file

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

result:

BSSCommerceB2B_0-1726902657272.png

 

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

Rahul_dhiman
Shopify Partner
821 155 173

Hello @manbru 
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> components-menu-drawer.css
add this code at the end of the file.

.Meteor-MobileNavigation .Meteor-MobileNavigation__Link a {
justify-content: space-between !important;
}

result
4.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Tech_Coding
Shopify Partner
514 132 131

Hello @manbru 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
   .Meteor-MobileNavigation .Meteor-MobileNavigation__Link a {
        justify-content: space-between !important;
    }
}
</style>

Tech_Coding_0-1726903645880.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

exertweb
Shopify Partner
37 12 8

Hello @manbru 

If you add the CSS I mentioned below, your arrow will be positioned on the right side.

.Meteor-MobileNavigation .Meteor-MobileNavigation__Link a svg {
    margin-left: auto;
}

 

Amit

BSS-TekLabs
Shopify Partner
2401 695 835

- Here is the solution for you @manbru 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

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

- Here is the result you will achieve:

BSSTekLabs_0-1726906031594.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


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