align LEFT - Conditions of Use (Pop Up)

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hello,

How could the text in the Conditions of Use (Pop Up) be aligned LEFT?  Currently it is CENTERed.

Thanks
Felix
13 years ago
Go to "ConditionsInfoPopup.aspx" and put the following style in the div tag that surrounds the topic:

style="text-align: left;"

I would also put in some padding so it doesn't look so scrunched up in the pop up window - 15px looks good to me. It will end up looking like this:

<div style="text-align: left; padding: 15px;">
        <nopCommerce:Topic ID="topicConditionsInfo" runat="server" TopicName="ConditionsOfUse">
        </nopCommerce:Topic>
</div>
13 years ago
Thanks Barry... It looks great now.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.