ronaldmeaux 0 Report post Posted April 3, 2010 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 0 Report post Posted April 3, 2010 so, you want to change the height of the feature box, right? Share this post Link to post Share on other sites
justme 0 Report post Posted April 5, 2010 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 0 Report post Posted April 27, 2010 Thanks! Out of curiosity, what does the #cycle setting control? Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 28, 2010 It plays a part in the feature slider. Share this post Link to post Share on other sites
ronaldmeaux 0 Report post Posted April 29, 2010 Great, thanks! Share this post Link to post Share on other sites