column 100% height between rows -...

User 304038 Photo


Registered User
11 posts

I make a row with three columns in it. I want the middle one to have a backgroundcolor that goes from the row above to the row under it. But when one of the columns left or right gets longer (higher) then the middle one, the color of the middle column stops where the column stops. To put it another way: how do I make the height of a column the full span between two rows?
Is it possible to fix this without editing the css in an external editor?
User 10077 Photo


Senior Advisor
1,095 posts

If I understand correctly, you are having a problem where uneven column heights are allowing the row behind the columns to show. It looks something like this.
http://uscni.com/coffeecup/forums/column-height-uneven.png

To correct the issue, you just need to set a minimum height on the columns so that they are all the same height. (You don't have to give all 3 columns the same class name, but I do it so I can set the height once and it sets all three.)
http://uscni.com/coffeecup/forums/column-height.png

The place where you will need to pay attention is when you start moving the slider and the elements within the column get longer forcing the height to exceed possibly the minimum height producing the same effect. For that you can set a maximum height and then use Overflow (in the Position section) to deal with the text when it exceeds the height of the column.
ASK ME ANYTHING
I provide personalized help for Coffeecup Users including personal or group training for Site Designer, Web Form Builder and more via Zoom.
Email me at support@uscni.org or call 865-687-7698.

Did you know that Web Form Builder can be used for both simple and complicated forms and that it's not limited to the default fonts and buttons? Take a look at a form we developed for WindowTinting.com.
https://forms.windowtinting.com/forms/w … ppingcart/
User 304038 Photo


Registered User
11 posts

That simple, thanks!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.