I figured out how to change the height of the entire footer area, but I have the Contact Link widget on there and there's a lot of dead space at the top. I tried changing footer padding but it didn't help. How can I reduce the space between the top of the Footer and the title line as seen here?
http://flightlineaviationmedia.com/
Footer Padding
(5 posts)
(3 voices)
-
Posted 6 months ago #
-
Hi,
Go to the theme options panel, and paste this code in the "Custom CSS" field:
#footer_inner { padding-top: 20px; }Try that and let us know the outcome.
Posted 6 months ago # -
Well, that doesn't work. It pushes the text part (contact link widget) further down, sending it under the bottom bar and making even more room at the top. Negative values don't work to make it go the other way.
I have the footer height set at 150px because at that value the email address text line sits just above the bottom. so maybe there is padding adjustment for the widget?
Posted 6 months ago # -
Hello flightlineaviationme,
I think Ruderic's code should be working for you. Make sure that your setting the padding-top instead of the padding-bottom.
#footer_inner { padding-top: 10px !important; }Go ahead and take a screenshot and highlight what your trying to do.
Posted 6 months ago # -
Thank You! It does seem to work now, I had to play around with both values - footer height and padding-top. The padding is actually now set at just 3px and its pretty tight.
Posted 6 months ago #
Reply
You must log in to post.













