Help need horizontal on home & category page
-
I am trying to customize this theme so that the homepage and category page scrolls horizontally, not vertically. The idea is it will be like walking along a gallery wall with paintings hanging up.
I can get it to work on regular pages by styling
.container { float: left; white-space: nowrap; }
Unfortunately it is not regular pages I need to do this, but the homepage and category page.
I have tried styling #primary-home with the same to no effect. I have also tried:
#primary-home { height: 700px; width: 1100; overflow-x: auto; overflow-y: hidden; )
However this just results in an unresponsive scrollbar and the content disappearing :s
I can cheat by forcibly setting the width to something very large. I haven’t managed to do that *just* for the homepage/categories though, only the entire site!
Any help much appreciated.
- The topic ‘Help need horizontal on home & category page’ is closed to new replies.