Plugin Directory

Changeset 1328793


Ignore:
Timestamp:
01/15/2016 06:47:09 AM (10 years ago)
Author:
alexusblack
Message:

FAQ and testing update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ninja-forms-blocks/trunk/readme.txt

    r1267298 r1328793  
    33Tags: Ninja Forms, Blocks, Columns
    44Requires at least: 3.0.1
    5 Tested up to: 4.3.1
     5Tested up to: 4.4.1
    66Stable tag: trunk
    77License: GPLv2 or later
     
    3131Create two columns with blocks in form editor, add `njf-column njf-column__left` classes to first [BLOCK] and
    3232`njf-column njf-column__right` classes to second [BLOCK].
    33 Then add this code to your CSS file:
     33Then add this code to your CSS file (thanks @ronherren):
    3434`.njf-column {
     35    display: -moz-inline-stack; /* Firefox inline-block fix */
    3536    display: inline-block;
     37    vertical-align: top;    /* Align both columns to top */
     38    zoom: 1; /* IE inline-block fix */
     39    *display: inline; /* IE inline-block fix */
    3640    width: 49.5%;
    3741}`
Note: See TracChangeset for help on using the changeset viewer.