rictans May 28, 2015 · 10:03 am #1649 Hi 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.
Andrew Misplon Puro May 28, 2015 · 10:42 am #1650 Hi 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.
rictans May 29, 2015 · 5:48 am #1651 OK so far… thanks for your quick reply.
Ric.
Andrew Misplon Puro May 29, 2015 · 9:56 am #1655 For sure, glad that helped.