hi,
this has been racking my brain..ive seemed to have lost the dashed saparator lines above and below my navigation and between posts...anyone have any ideas??
thanks
hi,
this has been racking my brain..ive seemed to have lost the dashed saparator lines above and below my navigation and between posts...anyone have any ideas??
thanks
You have duplicated CSS issue. The additional CSS embed inside your header overwrite the previous CSS rules.
find in your theme files header.php
#sidebar {
border-top: none;
border-bottom: 1px dashed #555;
}
.pagepost {
border-top: none;
margin: 0 0 40px;
}
.post {
border-top: none;
margin: 0 0 40px;
text-align: left;
}
replace with
#sidebar {border-bottom: 1px dashed #555}
.pagepost {margin: 0pt 0pt 40px}
.post{margin: 0pt 0pt 40px; text-align: left}hi chaoskaizer, i cant seem to find any code like thant in the header.php?
I think she meant style.css.
ive deleted the style.css file and re-installed the original file ...still no change?
This topic has been closed to new replies.