Forums

problem witth dashed seperator lines (5 posts)

  1. Anonymous
    Unregistered
    Posted 3 years ago #

    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

    http://www.cruelvapours.com

  2. chaoskaizer
    Member
    Posted 3 years ago #

    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}
  3. Anonymous
    Unregistered
    Posted 3 years ago #

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

  4. kohaku
    Member
    Posted 3 years ago #

    I think she meant style.css.

  5. Anonymous
    Unregistered
    Posted 3 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.