Jump to content
Sign in to follow this  
eolic

How to modify slider size

Recommended Posts

eolic

Hi, I would like to use the slider with a smaller height... but I couldn't find how to do it. Thank you very much.

Share this post


Link to post
Share on other sites
kastelic

PlatformPro -> Feature Settings -> Feature Area Height

Share this post


Link to post
Share on other sites
eolic

Thank you, but in WhiteHousePro, there is not this option... any idea how to do it? Thanks again :)

Share this post


Link to post
Share on other sites
kastelic

Oh, sorry, i mistook this for a platformpro post. You can do this with CSS. Try pasting this into Custom Code -> Custom CSS:

	#featurearea, #cycle, .fcontainer {
	height: 340px;
	}
	

Share this post


Link to post
Share on other sites
eolic
Hi Kastelic, I upgraded to whitehousepro 3.1.3 and now this code is not working anymore... can you help me, please? www.akoranga.org

Share this post


Link to post
Share on other sites
kastelic
Try using the same code but adding !important to it: [code] #featurearea, #cycle, .fcontainer { height: 340px !important; } [/code]

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  

×