In default.css, in addition to the default margin:auto; against .featured table; in the .featured class definition on its own which is currently line 66:
.featured {
}
...try replacing that with:
.featured {
text-align: center;
}
Don't forget to do a hard refresh (CTRL+F5) in your browser after changing CSS to ensure that all files are reloaded by the browser...
Hi Gobbo,
In default.css, in addition to the default margin:auto; against .featured table; in the .featured class definition on its own which is currently line 66:
.featured {
}
...try replacing that with:
.featured {
text-align: center;
}
Don't forget to do a hard refresh (CTRL+F5) in your browser after changing CSS to ensure that all files are reloaded by the browser...
Hope this helps!
Cheers,
David.
--
PriceTapestry.com