Jump to content
Sign in to follow this  
roald

Feature height not working, even after trying suggested CSS fix

Recommended Posts

roald

Hi, I tried: #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: 330px; } to set the height of the feature to 330px. I can see that the browser tries to set it to 330 and then pops to original size again so hence not working for me. I must be missing something but can't find what. I also tried adding the body selector but doesn't help me either. Any help very welcome! Thanks in advance

Share this post


Link to post
Share on other sites
roald
Just wanted to add that I saw this in my code:
probably why it goes to 602px. Would like to know where this can be changed

Share this post


Link to post
Share on other sites
Rob
You're using a huge image in your slider, and trying to scale it down (crop) but the system is designed to proportionally scale, not to crop the image. According to the info I get when I view image info, it is, in fact, scaled down. For some things, it's important to simply use a graphics editor and resize the image, and crop using either canvas size or simply copying the image into a pre-sized space. Once you have a 330px high image, there won't be any need for CSS. Instead, just make a box set for that size, apply that image to a slide and make sure the Meta settings on the page where you're applying it have 330px set as the height for that box set.

Former PageLines Moderator, Food Expert and Raconteur

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  

×