lmmolitor 0 Report post Posted March 11, 2011 There seem to be several options for updating section widths using the advanced CSS selectors for the different sections, which is great. Is there a way similarly to manipulate the heights? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 11, 2011 The heights of what? Link, screenshots? Have you explored with Firebug? Thanks, Bryan Share this post Link to post Share on other sites
lmmolitor 0 Report post Posted March 11, 2011 the heights of the sections (i.e. the loop pad/area, the height of soapboxes, etc.) Yes I've used Firebug and I can see what the section dimensions are but I can't figure out how/where to go to adjust them? they all appear to be "div" areas but I'm struggling to figure out how to change the height. For example on this page http://www.greenbankdevelopment.com/communities/ I'd like to adjust the height of the div.entry_content area to be smaller in order to eliminate some of the white space between that area and the soapboxes below (to give them a better chance of appearing as much as possible above the fold on the screen). I've figured out how to ajust the style using custom css, but haven't figured out how to adjust the size of the different areas &/or sections. Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 11, 2011 Any section with a height that is determined by the content within it, can only be shortened by reducing the padding (inside the box) or the margin (outside the box). Share this post Link to post Share on other sites
lmmolitor 0 Report post Posted March 13, 2011 Thanks Jimmy! there's no way to shorten the areas anywhere? Share this post Link to post Share on other sites
catrina 103 Report post Posted March 13, 2011 If you want reduce the bottom padding or margins instead, it's possible. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites