Jump to content
Sign in to follow this  
lagnaf_14

Different Size Feature Sliders??

Recommended Posts

lagnaf_14

So I understand how to create Feature Sets, but what I'm finding is that I'm unable to have them at different heights. The size parameter seems to be at the global level. I'd like the feature area for home page to be deeper then those sets I'm using on sublevel pages....HELP??

Share this post


Link to post
Share on other sites
makeylon

That requres customization. You can change the size on the features by page... for example, here is what I use for my Home page: .home #feature-footer {width: 700px;} .home #feature_slider{width:700px;} .home #feature-area, .feature-wrap {width: 700px;} .home #feature-footer {width: 700px;} Instead of 'width', use 'height'. I have this code in settings under Custom CSS. Hope that helps.

Share this post


Link to post
Share on other sites
lagnaf_14

thanks, i'll give that a shot...along those lines, if I changed my width to 640pixels, would the sidebar then slide up...or does the feature slider always push sidebar down (when I have my feature slide configured last in my header).

Share this post


Link to post
Share on other sites
makeylon

Yes, Adam is correct, but if you also include: .home #sidebar-wrap{margin-top:-825px;} And adjust the px setting properly, you can shift the sidebar up. It is how I did it on one of my sites: Project M Stock Trading

Share this post


Link to post
Share on other sites
clustyworld

where do i input this code? .home #feature-footer {width: 700px;} .home #feature_slider{width:700px;} .home #feature-area, .feature-wrap {width: 700px;} .home #feature-footer {width: 700px;}

Share this post


Link to post
Share on other sites
maryjane

Dwane it goes in the Custom CSS area under Platform Settings

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  

×