Columns need clearfix applied automatically
-
This plugin is pretty good, but it regularly makes the content below it look bad, because there’s no column group div with clearfix applied.
Example: A heading below will jump out to the left because it gets hung up on one of the columns. This has happened in all of my tests.
Regular people editing this will not know to manually add the [clearfix] shortcode.
This should be automatic.
If an enclosing clearfix div were added to the whole column set output, this plugin would be perfect.
Example output of how it can be better (enclosing div has been added):
<div class="gca-utility clearfix"> <div class="gca-column one-fifth first">Content</div> <div class="gca-column one-fifth">Content</div> <div class="gca-column one-fifth">Content</div> <div class="gca-column one-fifth">Content</div> <div class="gca-column one-fifth">Content</div> </div>
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Columns need clearfix applied automatically’ is closed to new replies.