css - How do I get this code to center a div id? -


#border-search {     position: relative;     display: block;     margin-left: 10px auto !important;     margin-right: 10px auto !important;     width: 100% !important;   } 

here js fiddle

https://jsfiddle.net/matsuiny2004/7dms170p/

add text-align:center; css. here fiddle https://jsfiddle.net/7dms170p/2/


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -