Hello,
Please how do i center the search bar ?
Hello,
Please how do i center the search bar ?
In which theme you are trying to center the search?
Hello,
Dawn theme; however I was able to center the search bar using the below code but i am not able anymore to type in it. Can you please help
@media screen and (min-width: 990px) {
.header__search summary {
border: 1.5px solid;
border-radius: 20px !important;
width: 1000px;
padding: 2rem;
text-decoration: none;
position: absolute !important;
left: 50%;
transform: translateX(-50%);
}
.header__icon > span:after {
content: “Search for products”;
padding-left: 6rem;
color: rgb(var(–color-foreground));
}
what’s your store url