- This topic has 2 replies, 2 voices, and was last updated 8 years, 4 months ago by Andrew Misplon.
- AuthorPosts
- August 24, 2016 at 1:07 am #4535
tmanx4puroParticipantI 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
August 24, 2016 at 1:17 am #4537
Andrew MisplonKeymasterIf 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.
August 24, 2016 at 9:08 pm #4552
Andrew MisplonKeymasterThe 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:
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. - AuthorPosts
You must be logged in to reply to this topic.