Hi Guys, I am new to the theme, trying hard to find answers on the forum before posting - but - will you please give me the code for reducing the padding at the bottom of all of my pages? Thanks in advance. http://nyccp.dreamhosters.com.
reduce padding on bottom of pages
6 posts from 3 voices-
Posted 8 months ago #
-
Hi boeellis,
Sure thing!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.post-entry { padding-bottom: 100px; }That is the current padding set, just change it to overwrite it site wide. This also includes your blog page which has the same class at the end of each post.
Regards,
Devin
Posted 8 months ago # -
Dear Devin, thank you! I used the code you gave me... set to 0px... and got good results! Yet, I wonder... looks like there is a bunch of white space (maybe 20 pixels) at the bottom of the big container ("wrapper"?) under my text nav bar and above the footer... any way to tighten that up? Thanks again.
Posted 8 months ago # -
Hi,
You can adjust that using this
#main { padding: 40px 0 0 0; }0 padding at the bottom.
Regards,
IsmaelPosted 8 months ago # -
Perfect. Thank you Ismael!
Posted 8 months ago # -
Hey,
Good thing we could help. :)
Cheers,
IsmaelPosted 8 months ago #
Topic Closed
This topic has been closed to new replies.














