Hi,
I want to increase the width of the checkout Terms & Condition popup. I Need to display neary 4000 characters in the Terms and condition popup. Where can i do the customization?
Thanks in advance,
regards,
Sunil
Where to customize for checkout Terms & Condition popup
Re: Where to customize for checkout Terms & Condition popup
The css class modalPopup may be used to manipulate the size of the popup box for checkout terms and conditions.
Re: Where to customize for checkout Terms & Condition popup
If you want to change the css class that is used for this go to OnePageCheckout.ascx and edit this line
Code: Select all
<asp:Panel ID="TCDialog" runat="server" Style="display: none" CssClass="modalPopup">