Menu on mobile

Menu on mobile

manbru
Pathfinder
112 0 31

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 7 (7)

Moeed
Shopify Partner
5380 1455 1742

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

- Custom Design | Advanced Coding | Store Modifications


BSSCommerce-B2B
Shopify Partner
1718 512 575

@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
544 109 109

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167

Tech_Coding
Shopify Partner
301 76 67

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
Tourist
24 7 3

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;
}

 

BSS-TekLabs
Shopify Partner
2350 701 826

- 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

EFOLI-Syn
Shopify Partner
84 1 0

Hello @manbru,

Please add the following code into your base.css file.

@media(max-width:980px){
.Meteor-MobileNavigation .Meteor-MobileNavigation__Link a {
    justify-content: space-between !important;
}
}
Syn | eFoli
-Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Checkout our apps:Inkybay || MultiVariants