Jump to content
Sign in to follow this  
ronaldmeaux

iBlogPro Feature Page Dimensions

Recommended Posts

ronaldmeaux

How do I slightly shorten the rotating box for feature 1,2,3 (width is perfect)? I want to show more of the 3 boxes below if possible. Thanks.

Share this post


Link to post
Share on other sites
axolotl

so, you want to change the height of the feature box, right?

Share this post


Link to post
Share on other sites
justme

Without knowing which theme you have, I can't say whether this will work for you, although I suspect the procedure would be similar. I am using iBlogPro3. I assume you are referring to reducing the height of the top full width box with the slideshow (Feature) above the three boxes in the middle of the page (Feature Box 1, Feature Box 2, Feature Box3 in Feature Settings). You need to add this code to your custom CSS box. Admin > Appearance > iBlogPro3 Options > Custom Code > Custom CSS ` #cycle { overflow: hidden; height: 385px; } #feature .hentry { height: 430px; } ` The numbers are the original (again, this is for iBlogPro3). Just change them to a smaller number, by the same amount. For instance, in my test I changed 385 to 300 and 430 to 345. Adjust as you need. Bear in mind you may need to resize your images. If you don't like it or something messes up, just delete the code from the Custom CSS box. Make sure to click the Save Options button at the bottom of the page.

Share this post


Link to post
Share on other sites
ronaldmeaux

Thanks! Out of curiosity, what does the #cycle setting control?

Share this post


Link to post
Share on other sites
cmunns

It plays a part in the feature slider.

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  

×