- This topic has 8 replies, 4 voices, and was last updated 4 years, 11 months ago by
Tom.
-
AuthorPosts
-
March 24, 2016 at 12:17 pm #181380
Judi
I am in the midst of configuring my website using the GeneratePress Premium. There is one setting that I can’t seem to resolve. I have set up my content area so that my blog posts show on the left side (75% of width) and there is a right-side sidebar. I have my site background set as pink, my side bar to set as gray and my main content/blog post area set as white. There is no spacing between the containers. Here is my problem: under the post area, I see the pink background (because my “dummy” post is very short). I would like the white to extend down the page to the footer. Any suggestions?
You can see my site at http://www.judikahler.com.
March 24, 2016 at 9:47 pm #181448Tom
Lead DeveloperLead DeveloperHi there,
This might help: https://generatepress.com/forums/topic/equal-length-columns/page/2/#post-38550
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 31, 2016 at 8:54 am #183181Judi
Hi Tom. I finally got around to adding the code (from your linked page) to the wp_footer area in GP Hooks. Unfortunately, that did not fix the issue.
March 31, 2016 at 12:04 pm #183255Tom
Lead DeveloperLead DeveloperCan you link me to the site so I can see what’s happening with the code added?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 31, 2016 at 12:20 pm #183261bdbrown
Hi Judi. While Tom’s working on a better fix, you could try this in your child theme CSS:
/* set content area background */ .site-content { background: #fff; } /* set sidebar background */ #right-sidebar { background: #fef2fa; }
March 31, 2016 at 12:45 pm #183264Judi
Tom, My site is http://www.judikahler.com
March 31, 2016 at 10:21 pm #183331Tom
Lead DeveloperLead DeveloperHi Judi,
Where did you add the code? I’m not seeing it in your source?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentApril 1, 2016 at 4:31 am #183390Judi
Tom,
My apologies! I had put it in the wp_footer GP Hook area (per your link’s instructions). When I read bdbrown’s suggestion, I removed the code and tried his suggestion of adding
.site-content {background: #fff;}
to the CSS. It worked and was a simple solution.Judi
April 1, 2016 at 10:11 am #183465Tom
Lead DeveloperLead DeveloperAwesome, glad it worked! π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.