Quote Originally Posted by mapcorp View Post
Hi,
I have a small cosmetic problem in my testimonial sidebox. The separator bar "hr" doesnot appear between the testimonials and the testimonial title is too near to my box border, how can solve those little problems?

thanks

My site is http//www.accesorius.com
Most likely there is something in the following section of your stylesheet.css that needs to be corrected. for instance: there are no unordered lists (ul li) in the testimonial sidebox.

.testimonial {
color: #000;
padding: 0 5px 5px 5px;
text-align:left;
}
.testimonial p {
margin: 0; padding: 5px 0;
}
.testimonial span {
float:right;
}
#testimonialImage {
margin: 0;
padding: 0 0 15px 0;
text-align: center;
}
#testimonials-managerHeading {/*INFORMACIO BOX tittle*/
background: url(../images/lefttop.jpg)
no-repeat center top;
line-height:28px;
color:#fff;
font-size:12px;
font-weight:bold;
padding-left:20px;
}
#testimonials-managerHeading {
font-size:1.1em;
}
#testimonials-manager{/* informacio box*/
background:url(../images/leftbg.jpg) repeat-y center; margin-bottom:6px;
}
#testimonials-managerContent{ background:url(../images/leftbottom.jpg) no-repeat center bottom; padding:5px; overflow:hidden;}
#testimonials-managerContent ul { margin:0; padding:0; list-style-type:none; }
#testimonials-managerContent ul li { margin:8px; border-bottom:1px solid #CCCCCC; }
#testimonials-managerContent ul li a.category-top{
background:url(../images/dot.gif) no-repeat 3px center;
padding-left:20px; color:#000000;}
#testimonials-managerContent ul li a.category-top:hover{ color: #CC6600; }
#testimonials-managerContent ul li a.category-products{ color:#FF6600; padding-left:30px;}
#testimonials-managerContent ul li a.category-products:hover{ color: #CC6600; }

hr.catBoxDivider {
color: #aabbcc;
}
.bettertestimonial {
font-weight: 700;
}