Changeset 1328793
- Timestamp:
- 01/15/2016 06:47:09 AM (10 years ago)
- File:
-
- 1 edited
-
ninja-forms-blocks/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ninja-forms-blocks/trunk/readme.txt
r1267298 r1328793 3 3 Tags: Ninja Forms, Blocks, Columns 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 3.15 Tested up to: 4.4.1 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 31 31 Create two columns with blocks in form editor, add `njf-column njf-column__left` classes to first [BLOCK] and 32 32 `njf-column njf-column__right` classes to second [BLOCK]. 33 Then add this code to your CSS file :33 Then add this code to your CSS file (thanks @ronherren): 34 34 `.njf-column { 35 display: -moz-inline-stack; /* Firefox inline-block fix */ 35 36 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 */ 36 40 width: 49.5%; 37 41 }`
Note: See TracChangeset
for help on using the changeset viewer.