Hi,
How do I change the padding between my logo and the horizontal rule at the site below?
This is the index_home.css:
#indexLogo {
padding:0px 0px 0px 0px;
}
#navColumnOne {
padding-top: 90px;
}
#indexCategoriesHeading {
font-weight:normal;
color:#ff006a;
font-size:1.4em;
}
hr {
border-top:2px solid #f2f2f2;
border-bottom:1px solid #f3f3f3;
padding:0px 0px 0px 0px;
}
.categoryListBoxContents img {
padding:0px 0px 0px 0px;
}
.categoryListBoxContents a {
color:#ff056a;
font-size:1.2em;
font-weight:bold;
}
.content {
font-size: 12px;
line-height:1.7em;
}
Thanks!
SITE LINK



