I'm trying to center the order buttons on my site and unfortunately i cannot achieve it.:
http://ferdelancenetworks.com/index.php/services/web-hosting Please take a look on order buttons: they are aligned to left and i want to center them.
i added the custom code in advanced setttings of the template :
- Code: Select all
.content-table td {
text-align: center;
}
Or add the
- Code: Select all
<td align=center>
The CSS override is set to ON.
Please advice. Thanks.