diff options
author | Zach van Rijn <me@zv.io> | 2021-07-21 14:54:07 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-21 14:54:07 -0500 |
commit | 9d4123cee1867ee7199b06bdc92d40611f547ecc (patch) | |
tree | 6d864e2725242863afed1f8ba12d9c7a9bc63a69 /assets/css/unminified/compatibility/page-builder | |
download | blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.gz blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.bz2 blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.xz blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.zip |
Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/.
Diffstat (limited to 'assets/css/unminified/compatibility/page-builder')
-rw-r--r-- | assets/css/unminified/compatibility/page-builder/bb-plugin.css | 20 | ||||
-rw-r--r-- | assets/css/unminified/compatibility/page-builder/vc-plugin.css | 52 |
2 files changed, 72 insertions, 0 deletions
diff --git a/assets/css/unminified/compatibility/page-builder/bb-plugin.css b/assets/css/unminified/compatibility/page-builder/bb-plugin.css new file mode 100644 index 0000000..2484a50 --- /dev/null +++ b/assets/css/unminified/compatibility/page-builder/bb-plugin.css @@ -0,0 +1,20 @@ +/** + * Astra Theme compatibility with Beaver Builder + */ +.fl-builder-content { + clear: both; +} + +.fl-theme-builder-archive .fl-post-gallery-post.hentry, +.fl-theme-builder-archive .fl-post-column > .hentry { + margin: 0; +} + +.fl-theme-builder-archive h2.fl-post-feed-title { + clear: initial; +} + +.ast-fluid-width-layout .fl-row-fixed-width .fl-row-fixed-width { + padding-left: 0; + padding-right: 0; +} diff --git a/assets/css/unminified/compatibility/page-builder/vc-plugin.css b/assets/css/unminified/compatibility/page-builder/vc-plugin.css new file mode 100644 index 0000000..59db1a4 --- /dev/null +++ b/assets/css/unminified/compatibility/page-builder/vc-plugin.css @@ -0,0 +1,52 @@ +/** + * Astra Theme compatibility with Visual Composer + */ +/*---------- Media Query min-width Structure ----------*/ +/*---------- Media Query max-width Structure ----------*/ +/*---------- Break-point min-width Structure ----------*/ +/*---------- Break-point max-width Structure ----------*/ +.js_active .vc_row { + margin-left: auto; + margin-right: auto; +} + +.js_active .ast-plain-container.ast-single-post .hentry, +.js_active .ast-plain-container.ast-single-post #primary { + margin: 0; + padding-top: 0; + padding-bottom: 0; +} + +.js_active .ast-plain-container.ast-single-post .entry-header { + margin-top: 4em; +} + +.js_active .ast-plain-container.ast-single-post .entry-header.ast-header-without-markup { + margin-top: 0; + margin-bottom: 0; +} + +.js_active .ast-plain-container.ast-single-post .entry-header.ast-no-title.ast-no-meta { + margin-bottom: 0; +} + +@media (max-width: 768px) { + .js_active .ast-plain-container.ast-single-post .entry-header { + margin-top: 1.5em; + } +} + +.js_active .ast-plain-container.ast-left-sidebar .vc_row[data-vc-full-width], .js_active .ast-plain-container.ast-right-sidebar .vc_row[data-vc-full-width], +.js_active .ast-page-builder-template.ast-left-sidebar .vc_row[data-vc-full-width], +.js_active .ast-page-builder-template.ast-right-sidebar .vc_row[data-vc-full-width] { + max-width: 100%; + left: 0 !important; +} + +.js_active .ast-left-sidebar .vc_row[data-vc-full-width], +.js_active .ast-right-sidebar .vc_row[data-vc-full-width] { + max-width: 100%; + left: 0 !important; + padding-right: 0 !important; + padding-left: 0 !important; +} |