Shopify themes, liquid, logos, and UX
Center Align Predictive Search under custom search bar?
Isolated the code but when adding it to Base.css not taking effect, not sure if I'm using right min/max.
Also having trouble setting the code for desktop then mobile is changing differently.
Password01
IMAGE1: Desktop view - Search is off a bit, I used left 50 but not sure if I can use align center?
Image2: Mobile - off by a bit
Hi @Brian-A
You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings
html predictive-search[open] .predictive-search,
html predictive-search[loading] .predictive-search {
margin-left: -50px;
}
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @Brian-A ,
You can follow the steps here:
Step 1: Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
Step 2: From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/ypQ7nly2wv27
Step 3: Copy the code below and paste it there
Here is the code for step 3:
@media screen and (min-width: 1200px){
body predictive-search[open] .predictive-search {
left: 0 !important;
transform: unset !important;
margin-left: 0 !important;
}
}
Here is the result:
Please let me know if it works!
Best,
Daisy
Try this CSS in one of your style tags somewhere in your template:
div.predictive-search.predictive-search--header {
margin-left: 0 !important;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025