Hi,
I have this site I'm designing and I ran into this little irksome problem. When I create a list the list will indent 10 or more pixels. I wish to change this so that it is more closer to the left side of the box. Here's a visual:
This like is a snapshot of what it looks like now,
This is a Photoshop doctored file depicting the way I want it to look like,
This is my CSS code:
.testimonialBox {
list-style-position: outside;
width: 185px;
background-color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 20px;
color: #003366;
list-style-type: disc;
padding: 0px 0px 0px 0px;
}
Any possible solutions? I really appreciate anyone's expertise in the matter.
Thanks,
Dan
I have this site I'm designing and I ran into this little irksome problem. When I create a list the list will indent 10 or more pixels. I wish to change this so that it is more closer to the left side of the box. Here's a visual:
This like is a snapshot of what it looks like now,
This is a Photoshop doctored file depicting the way I want it to look like,
This is my CSS code:
.testimonialBox {
list-style-position: outside;
width: 185px;
background-color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 20px;
color: #003366;
list-style-type: disc;
padding: 0px 0px 0px 0px;
}
Any possible solutions? I really appreciate anyone's expertise in the matter.
Thanks,
Dan