Beaver Builder Theme & wp-types

Hi Guys,

I have some problems stylising the pages generated by wp-types.
Because they are not actual pages (they are archive pages), I can’t use the beaver builder plugin to stylise them (they are generated by wp-views).
http://act1.ctism.bitnamiapp.com/site/pendlebury-research/
http://act1.ctism.bitnamiapp.com/therapeutic-area/rheumatology/

With the actual pages everything looks fine http://act1.ctism.bitnamiapp.com/sites/.

Could you please give me a hint on how I can solve this problem?

Thanks!
Razvan

Hey Razvan,

Sorry to say but the BB page builder does not work on archive pages. We do have that on our radar though, just don’t have an ETA as to when it will be implemented.

Ben

Hi Ben,

Thanks for the reply!
The only thing I’m trying to do is force full width on the taxonomy page.
http://act1.ctism.bitnamiapp.com/therapeutic-area/autoimmune/
The structure is already created.
Could you please if it’s achievable? I’m using the BB theme.
Is there a file to edit or css to add to be able to force the full width?

Thanks!
Razvan

Hey Razvan,

Did you want just that taxonomy page to be full width? Try using the CSS snippet below. :slight_smile:

.tax-therapeutic-area .fl-content-full.container {
  width: 100%;
}

Ben

Thanks Ben!

Everything is perfect now.

Cheers
Razvan

No worries at all, Razvan! Glad we could help. :slight_smile:

Enjoy BB!

Ben