Is there a CSS to shorten the search box window?
On desktop, the search window seems a bit too wide. Is there a CSS to make the search box shorter?
Also, the search box window itslef is not centered, can the search box be centered?
http://ecd.elegantchairdesigns.com/
Thanks
Comments
Hello,
Please, try the following CSS code:
@media (min-width: 960px){ #Top_bar .search_wrapper{ width: 90%!important; margin-left: 8%!important; } }Thanks
Works great, thanks