layout

Splitting Footer Nav Menu into Two Columns

Hello, I’m trying to split a menu in the footer widgets into two columns, within one of the four widget areas. I currently have the menu in two separate Navigation Menu widgets within one area. How can I make them display beside eachother? Thank you! Joe

Confusion about page layout and sidebars

I would like to add a photo on soem, but not all, pages, to the right of text, like ————————–|—————- Welcome to my site | ______________ | | | Explanation of my | | Photo | business | | of | | | me! | | | | | | | | |____________| | | … Read more

Woocommerce Breadcrumbs have no left margin or padding

Hello, I have included the woocommerce breadcrumbs in my product pages and the breadcrumbs have absolutely no padding: .woocommerce .woocommerce-breadcrumb { margin: 0 0 1em; padding: 0; font-size: .92em; color: #777; } Do you know what’s the best way to add left margin and padding to the breadcrumbs? Thank you.

Show posts in columns not running

Hi, The option Show posts in columns in blog layout does not work in the latest version GP Premium 1.5.5. Has anyone the same bug?

Woocommerce layout

Hi I tried this function to eliminate the sidebar but didn’t woork add_filter( ‘generate_sidebar_layout’,’tu_custom_woocommerce_sidebar_layout’ ); function tu_custom_woocommerce_sidebar_layout( $layout ) { // If we are on a woocommerce page, set the sidebar if ( function_exists( ‘is_woocommerce’ ) && is_woocommerce() ) return ‘no-sidebar’; // Or else, set the regular layout return $layout; } How can I remove … Read more

WooCommerce Styles not Sticking

When I go into the customizer and update the layouts for each of my Woocommerce pages they look great. However after saving and publishing my changes and returning to the Woocommerce pages, none of the styles or layout adjustments made in the GeneratePress Woocommerce customizer stick. They are all being over-written by styles in the … Read more

How to make whole post div clickable in blog / archives

I’m using GPP 1.5. I’m using columns for the blog, blog archives, and CPT archives: https://www.zachpoff.com/site/artwork/ I want to make each article grid div clickable but I’m struggling with the CSS technique mentioned above. I thought I could select the post title link (without selecting the title of single posts too) this way: .entry-header .entry-title … Read more

What is changed by Content>Layout> One or Seperate conainers?

I do not understand what happens when I change between “One Container” and “Separate Containers” in: Customize>Layout>Container>CONTENT Layout>One Container OR Separate Containers. The explanation given is “When you choose between the two options, you’ll see immediately what the difference is.” I do not see it? What is it? Could you show me a sketch with … Read more

Using SendGrid widget (I suppose any) in main text area

SendGrid provides subscription and email functionality, and they have a WP plugin and a widget. The widget basically provides a configurable form, then sends data to SendGrid for opt-in. 1. Is there a way to use the widget in the center of the page, rather than on a side-bar? 2. If not, any hints on … Read more