Home › Support Forums › Theme Support › Minimatica › Slider support for Pages? › Reply To: Slider support for Pages?
OK, I think I’ve figured why this is happening.
The CSS for the ‘page’ is set to a width of 940px. The entry-container is somewhere around 940px wide when you look at it in Firebug when rendered from a page.
.page-title,
.single .entry-title,
.page .entry-title {
width:940px;
margin:0 auto;
color:#FFF;
font-size:48px;
line-height:48px;
}
If the width here is set to anything where the sum of it and the margins is greater than the width of the slider(?), the entry-container doesn’t get resized properly. I can set it way below like 200px, and the entry-container still gets rendered to fit the slider perfectly just like a ‘post’ — of course changing the width in this this element whacks lots of other page settings (title, for one.)
I suspect it probably has to do with the calculations of the containers in the kwicks.js, which is still quite a mystery to me.
Now looking for the right combination of class attributes I can set to only affect the entry-container.
Regards,
–Doug