Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @gilgallad,
    no worries. the step-by-step method would be (you’ve done most!):

    • download the zip of the plugin (v1.4.0)
    • extract the contents to a convenient location
    • open foundations.css
    • replace the following block
    • /* Grid HTML Classes */
      .row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5em;
      *zoom: 1; }

    • with
    • /* Grid HTML Classes */
      /*
      .row {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      max-width: 62.5em;
      *zoom: 1; }*/

    Note: to comment in css we add the code between /* .. */

    • save the foundations.css file
    • now zip the extracted folder (with the now modified foundations.css)
    • in wordpress,deactivate and delete the current version of the plugin
    • now upload this zip to install the plugin
    • Should work, all the best!

    Same problem, lost a few hours of my saturday too :@

    Luckily, the problem seems to be this bit of css in the foundations.css file, which conflicts with the style.css of Onetone theme (that’s what i’m using)

    /* Grid HTML Classes */
    .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    *zoom: 1; }

    I commented this block out, and my layout got working again! Hope it helps

Viewing 2 replies - 1 through 2 (of 2 total)