eduardofurbino 0 Report post Posted February 24, 2011 Hi, I changed the width of feature slider in PlatformPro, but the links and images I put aside it aren't clickable anymore. How can I fix it? My site: http://b33p.me The custom code I used: #feature-area, .feature-wrap, #feature_slider .fmedia, #feature_slider .fcontent, #feature_slider .text-bottom .fmedia .dcol-pad, #feature_slider .text-bottom .feature-pad, #feature_slider .text-none .fmedia .dcol-pad { height:350px; width:580px; } .home #feature_slider{width:580px;} .home #sidebar-wrap{margin-top:-400px;} .home-page #feature_slider{width:580px;} .home-page #sidebar-wrap{margin-top:-400px;} Share this post Link to post Share on other sites
Kate 3 Report post Posted February 24, 2011 Hi Eduarado - Just took a look... which links aren't clickable? The ones at the bottom seemed to work fine to me... Share this post Link to post Share on other sites
peterpetersmythecom 0 Report post Posted March 7, 2011 Eduardo has done what I was looking to do??”cut the feature width down. But I'd like to have a left-sided side bar with the feature on the right. Could someone help with me with the code for that? Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 7, 2011 Peter you would probably have to add a float:right to the main feature selector. Share this post Link to post Share on other sites
peterpetersmythecom 0 Report post Posted March 7, 2011 cmunns, Thanks, but it didn't seem to work. What I had in mind was what I see on https://www.robbell.com/. Would that require a tweak or some kind of hard customization? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 8, 2011 Since you set everything the the same width and height my first thought would be that there is an overlapping issue. Could you please try overwriting the section with this updated CSS: ` .home #feature_slider{width:580px;height:350px} .home #sidebar-wrap{margin-top:-400px} ` Thanks, Bryan Share this post Link to post Share on other sites