Posts: 457
Name: Randy
Location: Northern Wisconsin
|
In the bwbps.css style sheet you can edit:
ul.bwbps_gallery, ul.bwbps_gallery li
{
list-style: none;
padding: 0;
margin: 0 0 0 5px;
}
This nudges it over just enough to appear centered. You can add up the calculations to see if there is a better number than 5px.
What if there are only 2 images, does it still need to be centered?
|