how to put the text ( menu ) of my header on the left

Solved

how to put the text ( menu ) of my header on the left

Dreikhhh
Tourist
9 0 2

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

 

banniere.JPG

Accepted Solution (1)

KetanKumar
Shopify Partner
37048 3644 12029

This is an accepted solution.

@Dreikhhh 

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

KetanKumar_0-1663904204834.png

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 2 (2)

KetanKumar
Shopify Partner
37048 3644 12029

This is an accepted solution.

@Dreikhhh 

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

KetanKumar_0-1663904204834.png

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Dreikhhh
Tourist
9 0 2

thanks a lot