Jump to content
Sign in to follow this  
eduardofurbino

Feature Slider and clickable links/images

Recommended Posts

eduardofurbino

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

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

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

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

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

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

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  

×