Quote:
Originally Posted by iancolyer
I made the change, and the images still out of center...
|
It does not look like the change was made. The code edit above adds "
margin: 0 auto;" which is shown in my FireBug information below but does not show in yours. Please look at your coding and re-upload.
From my page
Quote:
<style type="text/css">
.candy_wrapper_16880 {
position: relative;
width: 125px;
margin: 0 auto;
}
.candy_thumb_16880 {
width: 125px;
height: 82px;
}
</style>
|
Your page
Quote:
<style type="text/css">
.candy_wrapper_18155 {
position: relative;
width: 185px;
}
.candy_thumb_18155 {
width: 185px;
height: 185px;
}
</style>
|