Katman
September 21, 2021, 2:09am
1
Hello,
I need some help with removing the header logo/title element and then moving the navigation up in its place on the Dawn theme for both desktop and mobile views.
https://drive.google.com/file/d/1mKcQyeyAYRupoOf0_i0CQehycqCg92ma/view?usp=sharing
any help on this would be golden - thanks!
1 Like
@Katman
Please share your store URL.
Guleria
September 21, 2021, 2:33am
3
Hello @Katman ,
It’s possible but not without the customization.
If you can then find the logo and navigation code once found move navigation code in place of logo. Finally do css modification and it will done.
Alternatively hire a developer to do it.
Thanks
Katman
September 21, 2021, 2:50am
4
Katman
September 21, 2021, 2:51am
5
@Katman
Please share store password!
Thanks!
please add below code in bottom of assets/base.css file
@media screen and (min-width: 990px)
.header–has-menu:not(.header–middle-left) {
display: flex;
}
.header–top-center>.header__search {
width:10%;
}
@media screen and (min-width: 990px)
.header:not(.header–middle-left) .header__inline-menu {
margin-top: 0;
width: 80%;
}
.header__icons {
width: 10%;
justify-content: end;
}
@media screen and (min-width: 990px)
.header–top-center .header__inline-menu>.list-menu–inline {
width: 100%;
}
Katman
September 21, 2021, 6:45am
9
Denishamakwana:
please add below code in bottom of assets/base.css file
@media screen and (min-width: 990px)
.header–has-menu:not(.header–middle-left) {
display: flex;
}
.header–top-center>.header__search {
width:10%;
}
@media screen and (min-width: 990px)
.header:not(.header–middle-left) .header__inline-menu {
margin-top: 0;
width: 80%;
}
.header__icons {
width: 10%;
justify-content: end;
}
@media screen and (min-width: 990px)
.header–top-center .header__inline-menu>.list-menu–inline {
width: 100%;
}
Thanks! I added the code as instructed but it didn’t seem to show any changes.
Katman
September 22, 2021, 6:57pm
10
Little nudge if you’re able to check it out sir, thx!
@Katman
Please add the following code at the bottom of your assets/base.css file.
@media screen and (min-width: 990px){
.header:not(.header--middle-left) .header__inline-menu {
margin-top: -3.95rem !important;
}
.header__icons {
display: flex;
grid-area: icons;
justify-self: end;
margin-top: -2.95rem !important;
}
.header--top-center>.header__search, .header:not(.header--top-center) *>.header__search {
margin-top: -2.95rem !important;
}
}
Thanks!
1 Like
Katman
September 23, 2021, 4:31am
12
thank you sir! appreciate the help !
I have tried the suggested solutions with no effect. I am using Dawn theme.
https://tumblers-galore-more-8338.myshopify.com/?_ab=0&_fd=0&_sc=1
1 Like