This topic is: not resolved
- This topic has 0 replies, 1 voice, and was last updated 1 year, 5 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
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.
Community Forums › Forums › StudioPress Themes › Essence Pro › Making Essense Pro Full Width on Front Page
Tagged: Essence Pro, full width, wrap removal
I've read as many threads as I've seen on this and tried multiple solutions none of which are working.
I've also tried the following code:
// Full width layout for front page
add_action( 'genesis_meta', 'essence_pro_front_page_full_width' );
function essence_pro_front_page_full_width() {
if ( is_front_page() ) {
// Remove the sidebar wrap
remove_action( 'genesis_before_content_sidebar_wrap', 'genesis_seo_site_description' );
// Set full width layout
add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
}
}
with
/* Full Width Genesis Blocks for Front Page */
.front-page .gb-container, .front-page .wp-block-group__inner-container {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
and nothing.
Can someone please let me know how to make blocks full width just as the first image is on the page?
Any help is greatly appreciated
https://tropicthundercharters.com/© 2024 WPEngine, Inc.