As you can see i managed it to get the
logo in the center of the header inside the theme.scss.liquid with
the following code:
@media only screen and (max-width: 749px) { header.site-header.logo--center .medium-up--one-third { left: 33.33333%; } }
Now I want the Navigation button to be on the left.
I´m not a programmer can someone send the code for the navigation part?
The Problem
Solved! Go to the solution
Hi, @Dr_noknowledge ,
This is Evita from On The Map.
Can you add your store URL?
Best,
Evita
Add this code:
@media only screen and (max-width: 749px) { .site-header__icons { position: absolute; } }
This is an accepted solution.
ok, sorry, add this code then:
@media only screen and (max-width: 749px) { .site-header__icons { position: absolute; width: 100%; } .site-header__icons-wrapper { justify-content: flex-start; } .site-header__cart { position: absolute; right: 0; } }
Thats working, perfect thank you a lot. Like really a lot, I tried to find a Solution for 3 straight hours.
User | Count |
---|---|
819 | |
131 | |
86 | |
73 | |
70 |