我正在嘗試將徽標移至右側,但不移動。將徽標移至右側
HTML:
<div class="ui fixed stackable borderless blue inverted menu grid">
<div class="item three wide column">
<img src="http://semantic-ui.com/images/logo.png" class="logoright">
</div>
<div class="item ui search eight wide column">
<div class="ui icon input">
<input class="prompt" placeholder="Common passwords..." type="text">
<i class="search icon"></i>
</div>
<div class="results"></div>
</div>
</div>
CSS:
.logoright {
text-align: right !important;
}
我還檢查ui small right floated image
和right aligned
但似乎沒有人是工作。
我想將圖像移動到搜索欄的最左側,而不是在導航欄的末尾。
https://jsfiddle.net/n55mwbg1/1/
好的我覺得有一個困惑,我想將圖像移動到最左端的搜索欄,而不是在導航欄的末尾。對不起, – user3204934
圖像和搜索框應該緊挨着對方? –
是的,我給你的HTML代碼只是粘貼,如果它會爲你工作 –