I have a short message and instructions that I want to display on our donation page. The message ends up being centered, creating a staggered and messy looking message.
I need to have the Message/Instruction flush left. Is there a way to
customize this so that the if left justified?
If it is showing as centered, it is because of your template. You can force it to style differently using the main.css file in /components/com_dtdonate/
However, based on your other post here, looks like you need to upgrade DT Donate first. Thanks.
Which formtable in the stylesheet would change the justification for the Message/Instruction page? I\'m using PayPal only.
There are:
.paypalformtable
.paypalformtable th
.paypalformtable td
I want the Message/Instruction to line up left.
The actual information form displays fine.
Also, I installed 2.1.4 and it didn\'t help. Still have problem with no
I may have found a better way to modify the message/instruction text block. I went ahead and created a table with HTML and also added a mailto: link, etc which allowed me to customize the text and layout
with a lot more control. I\'m testing it on various browsers to see if it works on various platforms.