Shopify themes, liquid, logos, and UX
Hi guys! I’ve attached screenshots showing how I’d like to rearrange my header for the dawn theme.
Basically, the logo should be positioned to the left, and the hamburger menu towards the right end.
Thank you in advance, any help is appreciated. 🙂
My store url: https://hjskr1-testing.myshopify.com/
password: enter
Solved! Go to the solution
This is an accepted solution.
Hi @yoomzy
Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom
@media (max-width: 767px) {
.header {
grid-template-columns: 2fr 2fr 1fr !important;
}
header-drawer {
grid-area: icons !important;
justify-self: end !important;
}
.header__heading, .header__heading-link {
grid-area: left-icons !important;
justify-self: start !important;
}
.header__icons {
grid-area: heading !important;
justify-self: end !important;
padding-right: 0 !important;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Hi @yoomzy
Go to your Online store > Themes > Edit code > open base.css file, add this code at the bottom
@media (max-width: 767px) {
.header {
grid-template-columns: 2fr 2fr 1fr !important;
}
header-drawer {
grid-area: icons !important;
justify-self: end !important;
}
.header__heading, .header__heading-link {
grid-area: left-icons !important;
justify-self: start !important;
}
.header__icons {
grid-area: heading !important;
justify-self: end !important;
padding-right: 0 !important;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hey, this worked perfectly. You're awesome! 😀 Do you know how to change image banner buttons into underlined buttons too? (like the screenshot below)
Please update code to this
@media (max-width: 767px) {
.header {
grid-template-columns: 2fr 2fr 1fr !important;
}
header-drawer {
grid-area: icons !important;
justify-self: end !important;
}
.header__heading, .header__heading-link {
grid-area: left-icons !important;
justify-self: start !important;
}
.header__icons {
grid-area: heading !important;
justify-self: end !important;
padding-right: 0 !important;
}
.banner__buttons .button {
padding: 0px !important;
min-width: fit-content !important;
min-height: auto !important;
text-transform: uppercase !important;
}
.banner__buttons .button--secondary:after {
box-shadow: unset !important;
border-bottom: 2px solid #fff;
margin-bottom: -4px;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Thanks a bunch, man. I really appreciate it! :))
Very welcome, @yoomzy
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
227 | |
167 | |
66 | |
53 | |
53 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023