Header

Solved

Header

ntd0
Shopify Partner
47 0 33

ntd0_0-1742374250842.png

today i saw this header, and i want to make my header like that, can anyone show me how to do it, thank you .

here is my store link (password: 1): https://test-test-test-tutorial.myshopify.com/?_ab=0&_fd=0&_sc=1

Accepted Solution (1)

Small_Task_Help
Shopify Partner
986 39 93

This is an accepted solution.

Hi,

Hope this will help

- Need Change Header Settings (Look for options to adjust the layout, colors, and fonts to match the style you want.)
- Add Custom Code (If Needed)

Code example

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white; /* Change to match your theme */
  padding: 10px 0;
}
.nav {
  font-size: 16px;
  font-weight: bold;
}
To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad

View solution in original post

Replies 2 (2)

Small_Task_Help
Shopify Partner
986 39 93

This is an accepted solution.

Hi,

Hope this will help

- Need Change Header Settings (Look for options to adjust the layout, colors, and fonts to match the style you want.)
- Add Custom Code (If Needed)

Code example

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white; /* Change to match your theme */
  padding: 10px 0;
}
.nav {
  font-size: 16px;
  font-weight: bold;
}
To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
ntd0
Shopify Partner
47 0 33

yes thank you, this is also a solution, I want to ask if there is a way to make the header on the left, and the content and footer on the right like the picture above, and if so how?