Jump to content
Sign in to follow this  
glevine

Feature Slider using Post Category

Recommended Posts

glevine

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×