Shopify themes, liquid, logos, and UX
Hello,
I would like to put my text (menu) at left on the header like i show in the screen
siteweb : https://streetpointtest.myshopify.com/
password : othomo
Solved! Go to the solution
This is an accepted solution.
yes, please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 990px) {
.header:not(.header--middle-left) .header__inline-menu {
position: absolute;
left: 0;
margin-top: -70px;
}
.header {
position: relative;
}
}
After Code Layout
This is an accepted solution.
yes, please try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (min-width: 990px) {
.header:not(.header--middle-left) .header__inline-menu {
position: absolute;
left: 0;
margin-top: -70px;
}
.header {
position: relative;
}
}
After Code Layout
thanks a lot
User | RANK |
---|---|
205 | |
157 | |
78 | |
69 | |
66 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023