Sidebar height problem
-
Hi,
I’m trying to extend the second sidebar underneath the product navigation to stretch the whole content page.
However i only seem to be able to set it a fixed sized to make it appear. I’ve tried height:100%; and auto but they don’t seem to work.
.underside { position:relative; height:100%; width:200px; float:left; background: url("https://www.askas.co.uk/wp-content/uploads/2012/11/underside.jpg") repeat-y; } #products_page ul.categories { float: left; width:200px; margin:0; padding:0; list-style: none; text-transform: uppercase height:100%;
webpage im working on -> https://www.askas.co.uk/products/footwear/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Sidebar height problem’ is closed to new replies.