Announcement

Collapse
No announcement yet.

Error table width Checkout Page 0

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

    Error table width Checkout Page 0

    I have a responsive design (non SD) in v14 and most is well except the checkout error box is a fixed width of 550px which is not even any of the widths in Site options, settings.



    The code doesn't exist on the checkout html layouts so must be in a script but I can't find it.
    Can anyone kindly direct me to it so I can change the width to 100%?

    Test site is http://www.graphicz.org/skeleton-new/

    Thank you...
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    #2
    1) The table is in Design menu > Text > Go to Phase -1 ID 2178 the code is:
    <table cellpadding="10" width="550" border="1" bgcolor="%s"><tr><td>%s

    2) Or you could do what SellerDeck Responsive CSS does target inner tables and override the width, the default is:
    table {float:left; clear:both; width:100%; margin:0; padding:0;}
    Peblaco

    Comment

    Working...
    X