clanmclain
Member
Posted 1 year ago #
I have three text widgets at the bottom of my home page sidebar at http://www.seanandchunhua.com. I have one image in the left, one image in the right, and two images in the center. I'm trying to get all the images evenly spaced. I'm using the stylesheet callout:
.icons img{
float: left;
padding: 5px 0px 0px 0px;
}
I've tried altering the width of each side bar box and increased/decreased the padding but it hasn't made a difference in the image horizontal spacing. Help!
The images are all different sizes and you have two in one widget -- so the formatting and spacing is not going to be the same for any of them. Plus, because the 3 widgets are each 250px wide, it's not going to be possible (mathematically) to space the images evenly unless you change the width of the widgets. You could add another widget and put one image in each widget. Then you will have to assign a unique class or id to each widget and then adjust the spacing accordingly.
That said, that theme is a commercial theme -- and they are not supported here -- so contact the theme vendor for support.