Align the text ‘Search for products’ in the search bar to the left on tablet
-
Hello,
I want to align the text ‘Search for products’ in the search bar to the left,
Specifically on tablet screens I’ve already tried using CSS, but it’s not working.
Can you help me fix this?
@media (max-width: 1024px)
.s.wd-search-inited {
padding: 15px !important;
text-align: left !important;
font-size: large;
}
}
Hi kruajeng,
Thanks for reaching to us.
Please add the below Custom CSS code to Theme Settings > Custom CSS > Tablet section:
.wd-search-full-screen form.searchform input[type="text"] {
text-align: left;
}
Regards,
The topic ‘Align the text ‘Search for products’ in the search bar to the left on tablet’ is closed to new replies.