跳至內容
選單
此問題已被標幟
1 回覆
4485 瀏覽次數

Hi all, 

I use Odoo v8 and used the following code

<div class="header">  
    <div class="row">     
        <div class="col-xs-12 pull-right">         
            <small> <span class="page" /> / <span class="topage" /></small>
        </div>    
    </div>
</div>

but it displays the content in top by against me I want to specify the location.I also used the CSS so that I can change its location but still it gives nothing.

Please help me

Thank all you so much.

頭像
捨棄
最佳答案

Try this:


<div class="footer" align="right">
<div class="text-center" style="border-top: 1px solid black;">
<ul class="list-inline">
<li>Page:</li>
<li><span class="page"/></li>
<li>/</li>
<li><span class="topage"/></li>
</ul>
</div>
</div>
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
7月 17
2859
1
7月 24
1181
1
3月 22
7278
3
12月 18
3107
1
3月 15
550