All things Shopify and commerce
i have a custom header image behind my menue links and logo, i would like to make it come down the screen more
Solved! Go to the solution
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>
Hi, @joeltattersall1
Can you share the store URL and take a screenshot to describe your requirements? So that I can assist you.
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
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!
Hi that has worked to make it bigger, is it possible to bring the header icons and logo back up now?
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>
It has worked thank you. Do you know how to change cart and search icons?
Sure. What do you want to change?
sorry first, with the header changes we make, it only changed it on desktop. is is possible to match it which mobile version?
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.
what is the best way to do that?
So I need to access your store as a collaborator if possible.
Can you please send me your collaborator code with me?
it is 1066
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025