New Shopify Certification now available: Liquid Storefronts for Theme Developers

Search Bar Center

User1236
Excursionist
36 0 7

Hello,

 

Please how do i center the search bar ?

Replies 6 (6)
theycallmemakka
Shopify Partner
988 201 212

In which theme you are trying to center the search?

 

❤️❤️

Buy me a coffee


For quick response - Message Me


Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".

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 35 31

what's your store url

banned
User1236
Excursionist
36 0 7
Asad24
Shopify Partner
180 35 31

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