How to make a row stay at a fixed height

On this page http://23.235.203.82/~upcscottsville/home-2/, I set the top row background to parallax and put 4 buttons (I’m New Here, Worship, Connect, Give) at the bottom of the row. In order to give the row more height, I put a text module above the buttons and put this code (<p style=“height: 340px”> </p>) in it. This sort of works, as it creates some extra height but every time I go back into the text module to change the height, the code is gone and I have to retype. Not a big deal, but I thought it might be a bug, and I was also wondering if there was a better way to keep the row at a desired height. Please let me know.

Dan

Hey Dan,

That’s actually not a bug, just how the Text Editor works. You can see this issue by toggling between the Visual and Text tabs. This also happens on the native WP editor.

It doesn’t accept the code since it doesn’t have a character to display. If you place a character inside the p tags, it should work.

Our HTML module accepts that code with no problems at all. But I would recommend just adding a top padding to the row instead. It’s so much easier that way. :slight_smile:

Ben

Much better idea. Thanks

No worries at all, Dan! Enjoy BB! :slight_smile:

Ben