Forums

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

Home Forums CSS Align text via RWD on a page Reply To: Align text via RWD on a page

#145754
Magpie
Participant

Hi tanies,

Not sure where you want to align them, but I’m thinking you mean you want to centre them underneath the product description. You could try:

span#review-summary {
  text-align: center;
}