Shopify themes, liquid, logos, and UX
Hello, i am trying to find any tutorial on how i can move the drop menu
all the way to the right and my logo to the left
Solved! Go to the solution
This is an accepted solution.
Hey @NHprpz,
Follow these instructions 😊
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 989px) {
header#site-header {
padding-right: 10px !important;
padding-left: 10px !important;
}
header-drawer {
grid-column: 4 !important;
margin-left: 0 !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Hey @NHprpz,
Can you share the link to your store please? Thanks!
This is an accepted solution.
Hey @NHprpz,
Follow these instructions 😊
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 989px) {
header#site-header {
padding-right: 10px !important;
padding-left: 10px !important;
}
header-drawer {
grid-column: 4 !important;
margin-left: 0 !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you
Hey @NHprpz
Please add the below code to base.css file.
@media screen and (max-width:480px){
.header{
grid-template-areas: " heading icons left-icons";
}
header-drawer{
padding-left: 15px;
}
.header__heading-link{
padding-left: 0px;
}
}
try to use float
#logo {
float: left;
}
#dropdown-menu {
float: right;
}
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025