Announcement

Collapse
No announcement yet.

Shopping Cart Alignment

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Shopping Cart Alignment

    Hi All,

    Does anyone know how to align the checkout table to be centre rather than left alignment? I have changed several left alignments but to no avail.

    Have a look at our site so you know what I mean. Using clean layout 7 - The shopping basket is in the right position but it jumps to the left when you go to the checkout.

    http://www.brolliesgalore.co.uk

    Cheers
    Christine

    #2
    Hi there,

    Open Actinic, go to 'Design | Options | Layouts' and check whether you are using the same template for both 'View Cart Layout' and 'Checkout Pages Layout'. Click 'Edit' to open the template (usually Act_PrimaryCheckout.html) in Dreamweaver or notepad and check the line number 116 (appoximately) which says ...

    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="left">
    change that to say ...

    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH" ALIGN="Center">

    Save the template and upload your site to check the results.

    Hope this helps.
    Cheers,
    Suresh Babu G

    Comment

    Working...
    X