Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help Dropping Tables Re: Help Dropping Tables

#47523
Argeaux
Participant

Are you trying to center it only horizontal or also vertical?

this will do the trick if its only horizontal if i am correct:

Code:
.latest_reviews { margin-left: 340px; padding: 0; text-align:center;}