sopdyl 0 Report post Posted October 27, 2011 Is there a way to customize the feature slider width? Share this post Link to post Share on other sites
Rob 547 Report post Posted October 27, 2011 I believe you should check this http://www.pagelines.com/forum/discussion/12458/featured-slider-width-a-solution#Item_42 Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
sopdyl 0 Report post Posted October 27, 2011 this has helped immensely. i am trying to get the sidebar to move up to the top and it's not. here's what i currently have going.... 960 width 610 and 350 for sidebar. CSS below: #feature_slider div.default-features {width: 600px;} #feature-area {width: 600px} .home #feature-footer {width: 600px;} .home #feature_slider{width:600px;} .home #sidebar-wrap{margin-top:-300px;} .home #feature-area, .feature-wrap {width: 600px;} .home #feature-footer {width: 600px;} #feature-footer.dots{width: 600px;} #feature_slider {width: 600px;} .home #sidebar1 { margin-top: -340px; } Share this post Link to post Share on other sites