tmanx4puro Aug 24, 2016 · 1:07 am #4535 I added a gray background color, then made the content area white, however it stops short of the Copyright footer and there is gray background between the white and Copyright footer. How can I make the white background go all the way down. Thank you.
http://www.americanintegratedmanagement.com/
PW= aimsol
Andrew Misplon Puro Aug 24, 2016 · 1:17 am #4537 If you wanted to proceed you’d need to take a few steps:
This existing rule must change to:
.site-main {
background-color: #fff;
padding-bottom: 25px;
}
And then the normal padding needs to be removed:
.site-content {
padding-bottom: 0;
}
The boxed layout might be more suitable for this style of site. Hope the above helps.
Andrew Misplon Puro Aug 24, 2016 · 9:08 pm #4552 The latest Ultra version is out, if you upgrade, it will break the previous solution for a sticky top bar + header. The updated child theme can be found here:
Child Theme Library
If you’d like assistance with integrating this child theme, please, use the Set as private reply and send FTP details and I’ll help out.