我的网站左侧有一个小的搜索文本字段模块。
http://217.23.14.121/~gauthier/demokratia/index.php?option=com_community&view=register&task=register&Itemid=127&lang=fr
我想编辑他的CSS属性,使其水平居中,并使其与Google搜索文本字段一样大。
我尝试了左边距:50%;保证金率:50%。或自动...什么也没做。
有人可以帮我吗?
最佳答案
@media (min-width: 768px)
.form-inline .form-group {
display: inline-block;
width: 525px; /* This makes input size as Google */
}
/ **************************************** /
div.finder {
margin-bottom: 20px;
text-align: center; /* This put you search bar always in the center */
}
关于html - 如何将Google等大搜索文本字段居中?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37225569/