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

Re: main menu strips alignment

Solved

How to align main menu strips to the right with CSS code?

Itamar2020
Excursionist
50 0 3

can someone share a css code to align right those 3 stripes please?

 

Itamar2020_0-1706104048736.png

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

HI @Itamar2020 

Like this?

Made4uoRibe_0-1706107652110.png

If it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media screen and (max-width: 989px){
.header--mobile-left {
    grid-template-columns: 1fr 1fr !important;
}
.header {
    display: grid;
    grid-template-areas:
    " heading icons left-icons" !important;
    }
header-drawer {
    margin-left: 0px !important;
}
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. 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 ⚙️.

View solution in original post

Replies 8 (8)

niraj_patel
Shopify Partner
2378 514 507

Hello @Itamar2020 
can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
Itamar2020
Excursionist
50 0 3

Natasha-Saed
Shopify Partner
422 46 77

Hi,

 

Can you share your store URL please to be able to give you the code

If my solution helped you don't forget to accept it to help others.
===================================================================
And if you really like my support share a cup of coffee with me paypal.me/freemindsint
Itamar2020
Excursionist
50 0 3

topnewyork
Globetrotter
748 124 139

Hi Itamar2020,

Please share your store URL.
So that I will check and let you know the exact solution here.

Thanks

Need a Shopify developer?
Hire us at Top New York Web Design
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Try Big Bulk Discount To Boost Your Store Sales with Volume/Tier Discount
Itamar2020
Excursionist
50 0 3

Made4uo-Ribe
Shopify Partner
9035 2160 2664

This is an accepted solution.

HI @Itamar2020 

Like this?

Made4uoRibe_0-1706107652110.png

If it is check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media screen and (max-width: 989px){
.header--mobile-left {
    grid-template-columns: 1fr 1fr !important;
}
.header {
    display: grid;
    grid-template-areas:
    " heading icons left-icons" !important;
    }
header-drawer {
    margin-left: 0px !important;
}
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. 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 ⚙️.
Itamar2020
Excursionist
50 0 3

hi man it is working !

thank you very much

but the animation is now still coming from the left

 

maybe can you share some animation code also ?

thanks !