Shopify themes, liquid, logos, and UX
wanting to move my logo and menu items like the image provided would love some help
like this store provided https://www.wilsonandfrenchy.com.au/?srsltid=AfmBOopn-wmyxQ6FclN7NFh0AwZn6EisBr5TJ96Lj3uWTWw6jlRBLRm...
my store is https://softbeginningsboutique.com/
use landon to access!
Solved! Go to the solution
This is an accepted solution.
Hi @JGBowie
TRy this one.
<style>
@media screen and (min-width: 768px) {
.header-wrapper header.header.header--top-left.page-width.header--has-menu {
display: grid !important;
grid-template-columns: auto 1fr !important;
gap: 0;
}
header.header .header__heading-link {
margin-left: -3rem !important;
}
.header__icons {
margin-right: 2rem;
}
}
@media screen and (min-width: 950px) {
.header:not(.header--middle-left) .header__inline-menu {
margin-top: 0rem;
}
}
</style>
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @JGBowie ,
you want the effects like the sample website ? it can be done with custom coding.
Thanks
Manoj
This is an accepted solution.
Hi @JGBowie
TRy this one.
<style>
@media screen and (min-width: 768px) {
.header-wrapper header.header.header--top-left.page-width.header--has-menu {
display: grid !important;
grid-template-columns: auto 1fr !important;
gap: 0;
}
header.header .header__heading-link {
margin-left: -3rem !important;
}
.header__icons {
margin-right: 2rem;
}
}
@media screen and (min-width: 950px) {
.header:not(.header--middle-left) .header__inline-menu {
margin-top: 0rem;
}
}
</style>
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
amazing than you!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025