Wow, thanks again for the quick (and accurate) reply. I did look in the Knowledge Base for “background” but didn’t see any articles that directly addressed this situation. I am keeping good notes though.
No worries at all!
Ben
How can I promote BeaverBuilder?
Hey Doug,
Check out the links under the Did We Help You Out? section on our sidebar. You can also check out Affiliate program on the link below.
http://forum.wpbeaverbuilder.com/affiliates/
Ben
Ok, a couple of more questions: I added a css class (myframe) for a fixed height on my row and I also added a green border to the row via the row settings.
.myframe {
height: 1200px;
border: red solid 2px;
}
But although my style extends to the bottom, the row background (with the red border) does not.
Also, how can I get the row width to stay fixed when the browser width is collapsed horizontally? I played with many of the controls but the row still gets narrower when the page is collapsed. I even tried adding a ‘width’ style to the .myframe class but this didn’t have any effect.
Oops, my last statement was incorrect: I added a ‘width’ style to the .myframe class and this fixed the width problem.
I still have the background problem though.
Hey Doug,
Apply your styling to the .fl-row-content-wrap
element like so…
.myframe .fl-row-content-wrap {
height: 1200px;
border: red solid 2px;
}
Placing your width there should work as well.
Ben
Damn you’re good… thanks again!
No worries!
Ben
Onward to buttons… is there any way to change the font used for buttons other than creating a class and assigning that class to each button? It would be really nice to have a ‘font editor’ that could show the font style and then be able to assign that style to any widget.
Question answered on the thread below.
http://forum.wpbeaverbuilder.com/support/q/button-font-background-image/