Home › Forums › Support › Two Content Areas? This topic has 7 replies, 2 voices, and was last updated 6 years, 5 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 23, 2016 at 3:40 pm #167586 Mary Pearson Hi Tom, Is it possible to add a second “content” area? Please see http://caribecampo.com/ I would like to continue the page by adding full width content with text and slideshow – i.e. no sidebars below the level of the bottom of the picture. Is this possible? Thanks! January 23, 2016 at 5:39 pm #167602 TomLead Developer Lead Developer You would have to use GP Hooks to add a container outside of the content container. You would also have to apply the appropriate styling to your second content area, and use conditionals to apply it to specific pages: https://generatepress.com/forums/topic/slider-6/#post-167593 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 23, 2016 at 5:56 pm #167606 Mary Pearson Thanks for your guidance Tom and for the link. It’s exactly what I needed to get me started! January 23, 2016 at 7:05 pm #167615 TomLead Developer Lead Developer No problem ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 24, 2016 at 7:14 am #167714 Mary Pearson Tom, can you tell me how to put it in a separate box please. I want to make the box the full width and put a border around it. Thanks! January 24, 2016 at 10:58 am #167755 TomLead Developer Lead Developer You’ll need to use HTML/CSS: <div class="my-box"> My content </div> And then the CSS: .my-box { background: white; border: 1px solid #DDD; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development January 24, 2016 at 11:01 am #167759 Mary Pearson You are an absolute gem!!!! Thank you so much! January 24, 2016 at 11:03 am #167760 TomLead Developer Lead Developer You’re welcome ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In