How can I center the search bar on my webpage?

How can I center the search bar on my webpage?

User1236
Excursionist
36 0 7

Hello,

 

Please how do i center the search bar ?

Replies 6 (6)

theycallmemakka
Shopify Partner
1661 396 416

In which theme you are trying to center the search?

 

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

User1236
Excursionist
36 0 7

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));
}

Asad24
Shopify Partner
180 36 33

what's your store url

banned
User1236
Excursionist
36 0 7
Asad24
Shopify Partner
180 36 33

The search bar is working fine on my end

Screenshot 2023-10-08 095305.png

banned
User1236
Excursionist
36 0 7

Sorry maybe i was not clear in my previous comment; what i meant that I would like to have the search directly performed on the search bar below

User1236_0-1696784257459.png

instead of redirecting me to another search bar when pressing on it as seen below

User1236_1-1696784359289.png