Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4653 Prikazi

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.

Avatar
Opusti
Best Answer

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>
Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
jul. 17
3054
1
jul. 24
1450
1
mar. 22
7529
3
dec. 18
3281
1
mar. 15
550