+ Reply to Thread
Results 1 to 2 of 2

Thread: Format Email Confirmation and Customer Confirmation (Tables)

  1. #1
    Client
    Join Date
    Mar 2006
    Location
    Ontario, Canada
    Posts
    294
    Squirrelcart version
    v3.4.0

    Format Email Confirmation and Customer Confirmation (Tables)

    Hi Jamie,

    I noticed yesterday when I purchased the "Review" module from you (which was sent to my email as an order confirmation) that the email table did not stretch across my entire browser window. This is good.

    My store always stretches the email confirmation and customer confirmation tables (hidden code - I think) beyond the browser window so I have to use the scroll bar along the bottom of the screen.

    Any idea how to tell the table to display differently? I would like to force to stop at something like 600 pixels... I do know how to do this in HTML - what might I look for?

    John

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    Hi John,

    Try this.

    In your custom theme copy of store.css , find this code:
    Code:
    /* DIV surrounding HTML emails */
    .order_email_htm {
        background-color: #ffffff;
        padding: 10px;
        text-align: left;
        font-size: 10pt;
        width: 100%;
    }
    Change it to:

    Code:
    /* DIV surrounding HTML emails */
    .order_email_htm {
        background-color: #ffffff;
        padding: 10px;
        text-align: left;
        font-size: 10pt;
        width: 770px;
    }

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts