• WPAutoP is causing some spans of my grid to be as small as 7 pixels. Here’s a code snippet from my design, including the horrendous wpautop’s:

    <div class=”row flexbox”></p>
    <div class=”span1″><!–blank–></div>
    <p></p>
    <div class=”span1″>
    <div class=”rule-number”>1</div>
    </div>
    <p></p>
    <div class=”span8″>
    <h3>Header here.</h3>
    <p>Paragraph here, ~5 sentences.</p>
    </div>
    <p></p>
    <div class=”span2″><!–blank–></div>
    <p></div>
    <p></p>
    <!– Next row –>
    <div class=”row flexbox”></p>

    The result using Firebug: When I have resized the window such that the row flexbox is 792px wide, here’s what I get:
    Auto paragraph: 115px wide
    Blank span1: 7px wide
    Auto paragraph: 115px wide
    Span1 with just the big number in it: 14px wide
    Auto paragraph: 115px wide
    Span8: 114px wide
    Auto paragraph: 115px wide
    Blank span2: 15px wide
    Auto paragraph: 115px wide

    My organization told me that because the people who maintain the site are non-technical, I can’t use plugins like Disable WPAutoP to get rid of line breaks because they will have to learn HTML to put their own line breaks in. Due to the time sensitivity of the project, I need to try another grid system.

    I just wanted you to be aware of this and offer any tips to anyone else dealing with WPAutoP and 1180px Shortcodes.

    How would you fix this?

    http://wordpress.org/extend/plugins/1180px-shortcodes/

  • The topic ‘WPAutoP messes up the grid’ is closed to new replies.