How can I set background color of first column?
-
I want to have the entire left column in the grid below appear tan but since column 2 is taller than column 1, the tan background does not extend down far enough to match the height of column 2. Can anyone tell me how to get the height of the background color of column 1 to match column 2?
[su_row]
[su_column size=”1/5″ class=”tan-col-1″]
Column 1 Text all one row
[/su_column]
[su_column size=”4/5″]
Column 2 Text Line 1
Column 2 Text Line 2
Column 2 Text Line 3, etc.
[/su_column]
[/su_row]**CSS***
.tan-col-1{
background-color: #efebdc;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How can I set background color of first column?’ is closed to new replies.