Shopify themes, liquid, logos, and UX
I want to swap places of those 2 objects, logo to the left, search bar to the middle and make it more wide 2x
https://imgur.com/a/6b9nKJM
webiste:
https://niedladyktatury.pl/
Hi @Cherry_Moon , go to base.css and add the following code :
@media (max-width:990px){
.header--top-center {
grid-template-areas: 'heading left-icons icon'
'navigation navigation navigation' !important;
}
.search__input.field__input {
padding-right: 16rem !important;
}
}
Sadly, it did not work for me 😢
yeah, but the search bar prob. have different class'es due to adding it by hand in header.liquid
@Cherry_Moon , this should be the result of the code, if you want I can send you an access request to better solve the problem:
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024