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

Moving Menu under the Logo In Pipeline Theme

Solved

Moving Menu under the Logo In Pipeline Theme

julo52
Tourist
12 0 2

Hello, i would like to modify the header on my pipeline theme. I'd like the logo to be centered, and the menu to appear below it and centered. can't seem to find a way to do it, can someone help me ? thanx a lot.

 

img 1 : what it looks like now

img 2 : what i would like it to look like

Capture d’écran 2023-09-01 à 14.26.05.png

Capture d’écran 2023-09-01 à 14.25.58.png

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

Thank you for the information. 

Try 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__desktop.header__desktop--menu_center {
    flex-direction: column;
}
.header__desktop__bar__l {
    justify-content: center;
}
.header__desktop__bar__c {
    justify-content: center;
}
.header__desktop__bar__r {
    position: absolute;
    right: 100px;
}

 

  • And save. 
  • Result:
  • Made4uoRibe_0-1695658396962.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 9 (9)

TaskHusky
Shopify Partner
112 11 19

Hey there - 

The Pipeline Theme does not support the menu position you are looking to achieve out of the box. You can see the different positions: https://pipeline.groupthought.com/header/header/header-styles

It is possible to make this change within the theme. We've done it before for merchants. 

The question really becomes are you comfortable editing theme, css, and Javascript files?

Zachary McClung, founder
Your Shopify Store Customized Your Way - 20,000 + Shopify Merchants Served
Clean Size Chart - Reduce Returns & Make More Money
julo52
Tourist
12 0 2

i wouldn't say comfortable but i've done a bit of editing already, so i'd like to try !

Made4uo-Ribe
Shopify Partner
9076 2168 2677

Hi @julo52 

Can I take a look? Would you mind to share your Store URL website? with password if its protected. 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 ⚙️.
julo52
Tourist
12 0 2

https://julo-paris.com/

 

thanx a lot !

julo52
Tourist
12 0 2

@Made4uo-Ribe did you have time to have a look ? thanx again

Made4uo-Ribe
Shopify Partner
9076 2168 2677

This is an accepted solution.

Thank you for the information. 

Try 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__desktop.header__desktop--menu_center {
    flex-direction: column;
}
.header__desktop__bar__l {
    justify-content: center;
}
.header__desktop__bar__c {
    justify-content: center;
}
.header__desktop__bar__r {
    position: absolute;
    right: 100px;
}

 

  • And save. 
  • Result:
  • Made4uoRibe_0-1695658396962.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 ⚙️.
julo52
Tourist
12 0 2

it worked like magic !

thanx a lot !

julo52
Tourist
12 0 2

one quick question,

now some of my links in the menu seem to be broken.

for exemple under "CLICK & COLLECT" the first two links : PÂTISSERIES and CHOCOLATERIE do not work anymore. 

do you have any idea why ?

julo52
Tourist
12 0 2

@Made4uo-Ribe 

it worked like magic, but now links in the menu (the ones that are in drop down menu) seems to be broken.

for exemple under "CLICK & COLLECT" the first two links : PÂTISSERIES and CHOCOLATERIE do not work anymore. and again under "A PROPOS" the first two links do not work either.

do you have any idea why ?

if you have time to look at it i'd appreciate it very much

thanx a lot !!!