- This topic has 3 replies, 2 voices, and was last updated 9 years, 5 months ago by Andrew Misplon.
- AuthorPosts
- May 28, 2015 at 10:03 am #1649
rictansParticipantHi Andrew, Ric here,
Your following suggestion worked:
/* Boxed Footer */
#colophon {
margin: 0 auto;
max-width: 85.7143rem;
}I used max-width: 960px though.
I have a further “adjustment” that I would like. There is a relatively “big” gap between the text element above the footer and the footer itself. Is there a parameter I can change to reduce this gap?
Thanks,
Ric.May 28, 2015 at 10:42 am #1650
Andrew MisplonKeymasterHi Ric
Awesome, glad to hear you made progress. For sure, the max-width value is up to you. That’s the beauty of little CSS customizations.
The site content div has the following bottom padding:
/* Site Content */ .site-content { padding-bottom: 3.57143em; }
Try adjusting that and see if it helps. Let me know how it goes.
May 29, 2015 at 5:48 am #1651
rictansParticipantOK so far… thanks for your quick reply.
Ric.
May 29, 2015 at 9:56 am #1655
Andrew MisplonKeymasterFor sure, glad that helped.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.