Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Code96

    (@code96)

    Genesis 2.0 no longer includes the CSS necessary for the clear and clear-line. You will need to activate the optional CSS or past the following into your themes CSS:

    .clear {
    	clear: both;
    }
    
    .clear-line {
    	border-bottom: 1px solid #ddd;
    	clear: both;
    	margin: 0 0 25px;
    }
    Plugin Author Code96

    (@code96)

    Genesis 2.0 no longer includes the CSS necessary for the clear and clear-line. You will need to activate the optional CSS or past the following into your themes CSS:

    .clear {
    	clear: both;
    }
    
    .clear-line {
    	border-bottom: 1px solid #ddd;
    	clear: both;
    	margin: 0 0 25px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Clear and Clear-line not working’ is closed to new replies.