Beaver Builder is not working with the Aegaeus Theme from HBThemes

I can’t get the beaver builder plugin to work with the Aegaeus theme from HBThemes. Every time I try to put 4 columns in I only get 3 columns in 1 row and the 4th column in the following row. It appears that there is some kind of CSS problem… any ideas?

Hey Coachtim,

Welcome to the BB forums! It may indeed be a CSS conflict with the theme and plugin. Do you mind sending us a copy of the theme so we can check? You can send it to themes [at] fastlinemedia [dot] com.

Also, you might want to change your display name to something other than your email address. :slight_smile:

Ben

Thanks Ben I sent you a zip file with the Aegaeus theme attached. Let me know if you can help!!!

Hey Coachtim,

Is is indeed a conflict with the theme’s CSS. I’ll be submitting a bug report for this. We’ll probably need to add our own reset CSS for our Page Builder elements. Given the classnames we are using, this rarely happens. :slight_smile:

Also, don’t forget to change your display name. :slight_smile:

Ben

Hey Coachtim,

Try adding this CSS snippet and see if it fixes it.

.fl-builder [class *="col-"] {
  margin: 0;
  float: none; 
} 
.fl-builder .fl-col {
  float: left; 
}

Ben