I am using WordPress with WooCommerce theme for shop page.
I am still trying to figured out how to use the sidebar background colour that will go from top to bottom (eg. 100% height). I tried to use Faux Columns but it seems not working on the shop page.
Here is an example link:
http://www.realaffordableart.com/?product=creation
I hope you will be able to help me out!
Thanks,
Christie
Generally, the trick for 100% height is to set all parent elements to height:100%.
Replace with this code
realaffordableart.css
It will solved out!
Actually this is really big issue for the others, including me. But after several attempts finally made some solution. You need to prepare a quick css adjustments for this.
For this you will have a flexible 2 columns with background color/image. Final output will be like this.
Hope this help.
Height and Width behave differently in the sense that setting a width to a percentage works consistently but with height its best to use a fixed value in pixels or em. Setting height as a percentage most of the time produces a height of 0.
You can write a short jQuery function to measure the height of the screen used by each website visitor and set the inline min-height to that value.