Beaver Builder with Ultimatum theme

Hi there Guys,

I am using the Beaver Builder with the Ultimatum theme but I am having a small problem and I wondered if you had any advice for me.

let me explain… When I put any row in and want it to go edge to edge on the screen, it stops at 1200px. When you make the screen smaller, we end up with a white boarder. Do you have any thoughts.

Kind regards
John

Hey John,

Welcome to the BB forums! :slight_smile:

That might be caused by the theme styling. Our Full Width option depends on how much width the theme is allocating to the page content. We might be able to override it with custom CSS. Do you mind sharing the URL of the site so we can check?

Ben

Hi there Ben

Thank you

The site is behind a Maintenance Mode so the client cant see it yet.

Can you email me at [email protected] and I can send you the login details if that is OK with you.

Kind regards
John

[Content Hidden]

[Content Hidden]

[Content Hidden]

Hey John,

Try the CSS snippet below and see if it works!

.bodywrapper .container {
  width: auto;
  padding: 0px;
}

Ben

[Content Hidden]

No worries, John! Have fun with BB! :slight_smile:

Ben

Hi there Ben,

I was put onto your builder after reading a post on Chris Lema’s website. I will be the page and then write a forum post on the UTL theme website and let people see what can be done with your plugin.

All the very best fr now.

King regards
John

Hi there Ben,

A thought, what weight does Beaver Builder add to an avarage page layout?

Kind regards
John

Hey John,

BB is very lightweight on the average page layout. Really, we only load in what is needed on the particular page in terms of CSS or scripts. In the early days and going forward, keeping things lightweight was/is definitely an important and necessary factor. Hope that helps, but let us know if you need anything further!

Best,
Billy

John i have Ultimatum theme as well done a lot of sites with it but i like using the BB theme and plugin better they are a lot faster to work with that is for sure but for some things i have to use Ultimatum theme because of all the extras you get with all the plug ins they include i am a life time member of it.

Here is one site using Ultimatum i am using shobiz up top the only reason i used Ultimatum for this and some of my home page woo items are broke right now i need to update something
http://woodweddingsigns.com/

Here is one with BB 100%
http://burlapweddingsigns.com/ no shobiz up top but this was 100 times more easy to design and work with using BB.

Both sites the shopping cart is closed right now as we are moving to Florida and packing everything right now.

Here is another one from Ultimatum
http://suncoastlocksmithservice.com/
I am going to replace it with a BB version very soon

Here is another new one i did using BB 100% just finishing up on it for my customer.
http://citylockusa.com/

As for the extra space in Ultimatum you can remove that by editing your template layouts it auto adds in the space edit the wrapper and or container i have had to even use -5 at times to get it to do what i wanted buy you can remove all the extra space.

If you do not need to use any of the extra plug ins from Ultimatum then just use any of the BB themes you will be better off now and latter when making changes.

Can not 100% say for sure but it seems to me i can SEO the BB designs and they show up better in google and faster then any of the Ultimatum versions i have done. I have a lot of google page one sites for many key words for each site i have done for customers and using BB seems to push them up faster…

So has anyone had any luck with ultimatum Theme and full width yet?

Hey David,

Have you tried the CSS snippet I posted above?

Ben

Hi,

I’m trying to create a site using BB and Ultimatum, everything is working great so far. Just a quick question, is it possible to add a Accent Color and Accent Hover Color so the buttons will skin correctly automatically?

http://setac.hykdev.com/en/home/

Thanks,
Arturo

Hey Arturo,

I don’t think that’s possible, but you could do it manually by using the CSS snippets below. Let us know how it goes.

/* Button Accent Color */
.fl-builder-content .fl-module.fl-module-button .fl-module-content .fl-button .fl-button-text{
 color:#D33 !important;	
}

/* Button Accent Hover Color */
.fl-builder-content .fl-module.fl-module-button .fl-module-content .fl-button .fl-button-text:hover{
 color:#D93 !important;	
}

Thanks!

KC

Yeah that’s what I started doing, thanks KC

Hey Arturo,

Enjoy BB and let us know if you need anything further! :slight_smile:

Thanks!

KC