This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to enable page builder

Open 3 replies pluginplugin-page-builderpremium
Started · Latest reply by Andrew Misplon

Please help. I’m having difficulty enabling page builder so it displays on http://www.proglobaltrade.com I’ve added and to me it looks like it should be working but it is not setting up

URL: http://www.proglobaltrade.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Greg Priday Staff

    Hi David

    From the looks of things, you’ve made changes to your home page. Did you manage to install Page Builder eventually?

  2. David Fillpot

    Hi Greg, yes, pagebuilder is enabled

    I'm still not 1. Able to remove comments on non home pages without footer expanding 400% and 2, Have consistent font sizes on non home pages. Thanks for your help.

  3. Andrew Misplon Staff

    Hi David

    If needed our comment removal tutorial is here: https://siteorigin.com/basics/disable-wordpress-comments/. The footer will fill space not taken up by the site’s content. If you’d like you can set a min-height for the content container by adding the following to Appearance > Custom CSS:

    /* Main Container */
    #main {
    	min-height: 500px;
    }

    Adjust the 500px figure as required.

    Your home page looks normal, if you’d like to adjust the font sizes being used by the Headline widget, try the following under Appearance > Custom CSS, adjust as required:

    /* Vantage Headline Widget */
    .widget_headline-widget h1 {
    font-size: 26px;
    line-height: 36px;
    }
    .widget_headline-widget h3 {
    font-size: 14px;
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread