Shopify themes, liquid, logos, and UX
Hello! Im trying to put a search bar or the icon that the template "sense" has but on the top of my menu in the center of the header, how can I do that??
Thanks!!
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.header.header--top-center.header--mobile-center.page-width.header--has-menu {
position: relative;
}
.header__search {
position: absolute;
right: -100%;
top: 70%;
}
Doesn't work 😞
Hi @EvaMtz,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
@media screen and (min-width: 990px) {
.header--top-center {
grid-template-areas:
'heading left-icon icons'
'navigation navigation navigation' !important;
}
.header--top-center > .header__search {
justify-self: center !important;
}
}
Hope it helps!
Thanks but still not working 😕
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024