X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Centre Bonus Points Box (https://forum.x-cart.com/showthread.php?t=63380)

David-Allan 04-23-2012 07:28 AM

Centre Bonus Points Box
 
2 Attachment(s)
Hi Folks,

I have been trying for a few days to centre the bonus points box on the products page. I have used firebug (how do you stop this opening over the browser every time I open the browser BTW?) to try and adjust the css. I have tried adding as center tag to the table and also surrounding it with a div with align set to centre but I can't seem to get it to centre.

Am I must be missing something really stupid here but I just can't seem to get it to work at all.

Any help would be appreciated.

@BikerSco

David-Allan 04-24-2012 04:30 AM

Re: Centre Bonus Points Box
 
Anyone?

I still can;t figure this out

PhilJ 04-24-2012 04:34 AM

Re: Centre Bonus Points Box
 
skin/ability/customer/main/product_above.tpl

Replace...

Code:

    {if $active_modules.Special_Offers}
    <table cellspacing="0" cellpadding="0" border="0">
    <tr>
    {include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
    </tr>
    </table>
    {/if}


With...

Code:

    {if $active_modules.Special_Offers}
    <center>
    <table cellspacing="0" cellpadding="0" border="0">
    <tr>
    {include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
    </tr>
    </table>
    </center>
    {/if}


David-Allan 04-26-2012 12:15 AM

Re: Centre Bonus Points Box
 
Quote:

Originally Posted by PhilJ
skin/ability/customer/main/product_above.tpl

Replace...

Code:

    {if $active_modules.Special_Offers}
    <table cellspacing="0" cellpadding="0" border="0">
    <tr>
    {include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
    </tr>
    </table>
    {/if}


With...

Code:

    {if $active_modules.Special_Offers}
    <center>
    <table cellspacing="0" cellpadding="0" border="0">
    <tr>
    {include file="modules/Special_Offers/customer/product_bp_icon.tpl"}
    </tr>
    </table>
    </center>
    {/if}



As always your a star mate thank you so much, looking at that code change I feel like a right idiot. I'm sure I tried this already but guess I was just trying to over complicate things.

Thanks for your help AGAIN!! :)


All times are GMT -8. The time now is 11:27 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.