Hi, my text isn’t showing up while typing in the search bar. What’s the issue?
Website is aylasuppliers.com
A user reports that text is not visible when typing in the mobile search bar on their Shopify store (aylasuppliers.com).
Root Cause Identified:
.search__input.field__input selectorpadding-right: 40rem is causing the problemSolution:
padding-right value to the original Dawn theme defaultheight: 3.2rem property can remain unchangedStatus: The technical cause has been diagnosed with a clear fix provided, awaiting implementation by the site owner.
Hi, my text isn’t showing up while typing in the search bar. What’s the issue?
Website is aylasuppliers.com
Here:
You have
.search__input.field__input {
padding-right: 40rem;
height: 3.2rem;
}
While height is ok, padding should be reverted to original value