Dear all,
Kindly assist me as I am a no-coding person
I want my header navigation to get below the logo on my shopify store: tinylux.store
Any advice would be greatly appreaciated,- thnx
Dear all,
Kindly assist me as I am a no-coding person
I want my header navigation to get below the logo on my shopify store: tinylux.store
Any advice would be greatly appreaciated,- thnx
Hi @Beat09 thatβs an advanced theme customization to heavily modify the layout of a third party marketplace theme.
If you need this customization then contact me for services.
Email contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
@Beat09 please add this css to the very end of your base.css file and check,
Shopify Admin β Online Store ->Theme β Edit code β base.css
@media (min-width: 990px) {
.header-bottom-left{order: 1; flex-basis: 50%; justify-content: flex-start; display: flex;}
.header-items.header-bottom-right{order: 2; flex-basis: 50%; justify-content: end; display: flex;}
.main-menu.header-bottom-center.label-main-menu{order: 3; flex-basis: 100%;
justify-content: center; display: flex;}
}
Hi Suyash1,
thnx a mil for prompt response..
I did as you instructed (see screenshot below)
However, being slightly in doubt, whether this is where/how I should put it
Avoid modifying files directly, for bits of css use custom css settings instead to avoid damaging themes.
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
@Beat09 correct
hi again,
seems not to make a difference ??
@Beat09 remove all lines in previous given css and add this
@media (min-width: 990px) {
.header-bottom-left{order: 1; flex-basis: 50%; justify-content: flex-start; display: flex;}
.header-items.header-bottom-right{order: 2; flex-basis: 50%; justify-content: end; display: flex;}
.main-menu.header-bottom-center.label-main-menu{order: 3; flex-basis: 100% !important;
justify-content: center; display: flex;}
.header-bottom.d-flex {flex-wrap: wrap;}
}
Suyash, GREAT it worked
however, I would like it aligned to the left (not center) could you modify ?
thnx a mil
you have
.main-menu.header-bottom-center.label-main-menu{order: 3; flex-basis: 100% !important;
justify-content: center; display: flex;}
change that center to left
Excellent - thank you it all works now
@Beat09 - welcome