I'm adapting the design of John to my liking.
Location: post page, archive page or similars.
The idea is: Main Column white background and black line on the right. Sidebar khaki background.
I have made the following changes:
- Code: Select all
#gk-mainbody-columns { background:white; }
#gk-mainbody-columns section { border-left:1px solid black; }
#gk-mainbody-columns aside#gk-sidebar { background:khaki; }
The problem is: The height of section and aside#gk-sidebar are defined by their content.
I need to be both equally height.
How I can do to make these elements occupy the entire height with CSS?
Gracias.