Centralise menu on Impulse Theme

Solved

Centralise menu on Impulse Theme

naturalcurlsme
Tourist
30 0 1

Hi 

my website is www.naturalcurls.me

 

I want to centralise the menu on the page as it is too close to the logo.

My logo quality is also dropping. What is the best size for horizontal logo

Accepted Solution (1)
niraj_patel
Shopify Partner
2391 516 513

This is an accepted solution.

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 (min-width: 769px){
 .header-item {
     flex: unset !important;
 }
 .header-layout--left-center .header-item--icons {
     flex: unset !important;
 }
}
</style>

techlyser_web_0-1718714178565.png

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

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

View solution in original post

Replies 9 (9)

suyash1
Shopify Partner
10548 1303 1665

@naturalcurlsme - is link correct? getting message that this site can not be reached

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
naturalcurlsme
Tourist
30 0 1
suyash1
Shopify Partner
10548 1303 1665

@naturalcurlsme - add this css to the very end of your theme.css file and check

@media only screen and (min-width: 769px) {
.header-item--logo{flex-basis: 25%;}
.header-item--icons{flex-basis: 15%;}
}
Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
naturalcurlsme
Tourist
30 0 1

not working

niraj_patel
Shopify Partner
2391 516 513

Hello @naturalcurlsme 

Can you share correct 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
naturalcurlsme
Tourist
30 0 1
niraj_patel
Shopify Partner
2391 516 513

This is an accepted solution.

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 (min-width: 769px){
 .header-item {
     flex: unset !important;
 }
 .header-layout--left-center .header-item--icons {
     flex: unset !important;
 }
}
</style>

techlyser_web_0-1718714178565.png

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

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
naturalcurlsme
Tourist
30 0 1

why is the logo quality dropping? What size px should it be?

Made4uo-Ribe
Shopify Partner
9846 2341 2936

Hi @naturalcurlsme 

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:

 

.header-item.header-item--icons {
    max-width: fit-content;
}

 

And save. 

Result:

Made4uoRibe_0-1718714650099.png

For the logo, would you mind to explain more specifically what changes you want to add?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.