Make header background image higher

Solved

Make header background image higher

joeltattersall1
Excursionist
27 0 4

i have a custom header image behind my menue links and logo, i would like to make it come down the screen more

 

Screenshot 2024-05-29 at 10.24.23 am.png

Accepted Solution (1)
AnneLuo
Shopify Partner
1293 228 265

This is an accepted solution.

Add the code below to the same file

<style>
@media screen and (min-width: 990px) {
  .header {
    align-items: start !important;
  }
  .header__inline-menu,
  .header__icons {
      margin-top: 70px;
  }
}
</style>
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Replies 12 (12)

AnneLuo
Shopify Partner
1293 228 265

Hi, @joeltattersall1 

Can you share the store URL and take a screenshot to describe your requirements? So that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

joeltattersall1
Excursionist
27 0 4

my store url is sugameup.com.au, and the pink header image behind the buttoms and logo i want to make it come down the screen further so it is larger

Screenshot 2024-05-29 at 10.24.23 am.png

AnneLuo
Shopify Partner
1293 228 265

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
@media screen and (min-width: 990px) {
  .header {
    min-height: 250px !important;
  }
}
</style>


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

joeltattersall1
Excursionist
27 0 4

Hi that has worked to make it bigger, is it possible to bring the header icons and logo back up now?

 

Screenshot 2024-05-29 at 11.18.29 am.png

AnneLuo
Shopify Partner
1293 228 265

This is an accepted solution.

Add the code below to the same file

<style>
@media screen and (min-width: 990px) {
  .header {
    align-items: start !important;
  }
  .header__inline-menu,
  .header__icons {
      margin-top: 70px;
  }
}
</style>
If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

joeltattersall1
Excursionist
27 0 4

It has worked thank you. Do you know how to change cart and search icons?

AnneLuo
Shopify Partner
1293 228 265

Sure. What do you want to change?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

joeltattersall1
Excursionist
27 0 4

sorry first, with the header changes we make, it only changed it on desktop. is is possible to match it which mobile version?

 

IMG_6282.PNG

Screenshot 2024-05-29 at 12.13.39 pm.png

AnneLuo
Shopify Partner
1293 228 265

Sure. I can help you with it. So I need to access your store as a collaborator if possible. I need to change the code I provided above.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

joeltattersall1
Excursionist
27 0 4

what is the best way to do that?

AnneLuo
Shopify Partner
1293 228 265

So I need to access your store as a collaborator if possible.
Can you please send me your collaborator code with me?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

joeltattersall1
Excursionist
27 0 4

it is 1066