Clear and Clear-line don't work on Genesis 2.0
-
The new CSS in Genesis 2.0 no longer defines the clear and clear-line CSS classes so the buttons/shortcodes for these no longer work.
For now the fix is to paste the following into your CSS:
.clear { clear: both; } .clear-line { border-bottom: 1px solid #ddd; clear: both; margin: 0 0 25px; }
Also, for some reason I couldn’t get the .clearfix available in Genesis 2.0 to work with this. Sorry, but I don’t have the time to look into it properly at the moment.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Clear and Clear-line don't work on Genesis 2.0’ is closed to new replies.