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.

Replies

3
  1. Greg Priday Staff 11 years, 1 month ago

    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 11 years, 1 month ago

    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 11 years, 1 month ago

    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