glevine 0 Report post Posted March 14, 2011 Sorry for what I imagine is a very "newbie" question, but I'm having trouble with using a feature box on my homepage that includes the most recent posts from a category (instead of a feature set). I have no problem displaying posts in the feature slider, but I can't seem to format the post display so that it uses the entire width of the slider. How do I go about changing the style of the "global" feature slider so that the post content fills the available space? Thanks! Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 14, 2011 It depends on the text position you have for each slide, but for example the css you would need to add for the text-right position would be: ` #feature_slider .text-right .fcontent { float: right; width: 100%; } ` Share this post Link to post Share on other sites
glevine 0 Report post Posted March 14, 2011 Thanks, that did it. I guess if I wanted to add a background image I would need to add it as part of the css, too? And if I wanted rotating background images, would I need to dynamically load at random a class from a series of css rules each containing a different background? Or is that complicating things? Share this post Link to post Share on other sites