Header

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

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;
}
1 Like

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?