bb-plugin.css 401 B

123456789101112131415161718192021
  1. /**
  2. * Astra Theme compatibility with Beaver Builder
  3. */
  4. .fl-builder-content {
  5. clear: both;
  6. }
  7. .fl-theme-builder-archive .fl-post-gallery-post.hentry,
  8. .fl-theme-builder-archive .fl-post-column > .hentry {
  9. margin: 0;
  10. }
  11. .fl-theme-builder-archive h2.fl-post-feed-title {
  12. clear: initial;
  13. }
  14. .ast-fluid-width-layout .fl-row-fixed-width .fl-row-fixed-width {
  15. padding-left: 0;
  16. padding-right: 0;
  17. }