Viewing 4 replies - 1 through 4 (of 4 total)
  • 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}
    Thread Starter 748353

    hi chaoskaizer, i cant seem to find any code like thant in the header.php?

    I think she meant style.css.

    Thread Starter 748353

    ive deleted the style.css file and re-installed the original file …still no change?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘problem witth dashed seperator lines’ is closed to new replies.