BuilderChild-Avail
From IThemes Codex
Contents |
Introduction
With a clean, modern design, Avail is great for business or corporate websites. Paired with iThemes Builder 4.0, Avail automatically responds for mobile, tablet and desktop viewing.
Blog entry announcing the release of Avail
Overview Video by Benjamin Bradley on iThemesTV - Nov 20, 2012 - Time frame: 02:48 to 13:53
FAQs
How to remove space above and below image in a Image Module
Before:
After:
Add the following at the end of child theme's style.css (WP dashboard -> Appearance -> Editor):
.builder-module-1-background-wrapper,
.builder-module-1 .builder-module-element {
padding-top: 0;
padding-bottom: 0;
}
In the above code, change 1 in .builder-module-1 to position of module in layout from the top.