Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Moving the text in burger menu to the right in mobile

Solved

Moving the text in burger menu to the right in mobile

Etay56
Excursionist
31 0 5

Hey I want to move the text and icons needed to the right side of the menu in mobile, I would love if someone can help me with that, thanks in advance.

Screenshot 2024-06-23 at 22.30.05.png

Accepted Solutions (2)
Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

Thanks for the info, check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file

 

.menu-drawer__menu .list-menu__item {
    justify-content: flex-end
}

 

  • And save
  • Result:
  • Made4uoRibe_0-1719177409470.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

I check your store, you already manage to direct the arrow on the left. but if you like to align on the left. Add this code on the base.css.

#Details-menu-drawer-menu-item-2 summary {
    justify-content: space-between;
}

And Save. 

result:

Made4uoRibe_0-1719248254645.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

View solution in original post

Replies 8 (8)

Moeed
Shopify Partner
6297 1711 2056

Hey @Etay56 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Create high-converting pages - PageFly Page Builder.


Etay56
Excursionist
31 0 5

EduHQ
Visitor
2 0 0

Hey there! Checking your result of 9th class result check by roll number Gujranwala board by for the Gujranwala Board is simple with EduHQ.pk. Just like adjusting the CSS for a mobile menu, you can visit EduHQ.pk and navigate to the Gujranwala Board section. Enter your roll number in the provided field to instantly access your results. If you have any questions about using EduHQ.pk or need further assistance with the result checking process, feel free to ask—I'm here to assist you!

 
 
 
 
 
Best regards,
The EduHQ Team

Made4uo-Ribe
Shopify Partner
9035 2160 2664

Hi @Etay56 

Would you mind top share your store URL? Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Etay56
Excursionist
31 0 5
Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

Thanks for the info, check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file

 

.menu-drawer__menu .list-menu__item {
    justify-content: flex-end
}

 

  • And save
  • Result:
  • Made4uoRibe_0-1719177409470.png

     

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
Etay56
Excursionist
31 0 5

Thank you very much, the only thing left is to make the arrows be in the left side of the words and directed to the left if possible

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

I check your store, you already manage to direct the arrow on the left. but if you like to align on the left. Add this code on the base.css.

#Details-menu-drawer-menu-item-2 summary {
    justify-content: space-between;
}

And Save. 

result:

Made4uoRibe_0-1719248254645.png

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.