• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Outreach Pro landing page with home-bottom widgets: boxed layout?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Retired StudioPress Themes › Outreach Pro landing page with home-bottom widgets: boxed layout?

This topic is: not resolved

Tagged: boxed layout

  • This topic has 3 replies, 3 voices, and was last updated 3 years, 2 months ago by almdrew.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 11, 2021 at 2:34 am #504003
    styzer
    Participant

    Hi,

    All I need is for the home page to look just like the other pages, which have a boxed layout, including 4 featured post widgets, but without the white background spilling full-width.

    There are two types of width on a website: full-width, and boxed layout, where the width is limited to a certain figure, for example 1140px. So the content will be contained within that, and beyond that width we will be able to see the background image.

    With the Outreach Pro, every page respects the boxed layout, EXCEPT the landing page. I've been trying a whole bunch of configurations in the stylesheet, even looked in the functions.php file.

    Installing the plugin for extra layouts didn't help either, as it's all set to have full width, content+sidebar.

    Any tip?

    Thank you in advance,

    Andre

    https://alicevphd.com/
    May 24, 2021 at 6:28 pm #504104
    AnitaC
    Keymaster

    Hi @styzer I didn't see your post. It's because the boxed layout uses the "wrap" and the other areas do not. The Sub-footer uses the wrap, but you can remove the background color from that area:

    .sub-footer {
      background-color: transparent;
    }
    
    .sub-footer .wrap {
      background: #6ab446;
      padding: 0 40px;
    }
    
    


    Need help with customization or troubleshooting? Reach out to me.

    June 10, 2021 at 12:43 pm #504238
    styzer
    Participant

    Thank you Anita,

    Here is the solution I applied finally:

    File front-page.php

    Modify: //* Add home bottom widgets
            add_action( 'genesis_before_footer', 'outreach_home_bottom_widgets', 1 );

    With: //* Add home bottom widgets
            add_action( 'genesis_loop', 'outreach_home_bottom_widgets', 1 );

    Then you need to edit the style.css file to modify paddings and background color:

    From this ?–?

    .home-bottom {
        background-color: #fff;
        padding-top: 60px;
    }

    .home-bottom .widget {
        background-color: #fff;
        float: left;
        margin-left: 2.564102564102564%;
        width: 23.076923076923077%;
    }

    ?–? To this ?–?

    .home-bottom {
        background-color: #fff;
        padding-top: 35px;
        padding: 25px;
    }

    .home-bottom .widget {
        float: left;
        margin-left: 2.564102564102564%;
        width: 23.076923076923077%;
    }

    And it worked!

    Andre

    March 18, 2022 at 4:27 pm #504858
    almdrew
    Participant

    I am having trouble editing the footer through the widgets of this theme. When I enter the widget footer area the website redirects to "about:srcdoc" and give an error message.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble