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

5
  1. Andrew Misplon Staff 10 years, 6 days ago

    Hi Designedbykey

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. designedbykey 10 years, 6 days ago

    I included it but I guess it was not accepted. The site is: dev[dot]aabj[dot]org

  3. Andrew Misplon Staff 10 years, 4 days ago

    Thanks.

    Head over to your Custom CSS.

    This rule is currently broken:

    masthead .hgroup {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    Change it to the following to make it work:

    #masthead .hgroup {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    Finally, try removing the following to resolve this issue:

    #colophon.site-footer {
      overflow: auto;
    }
  4. Andrew Misplon Staff 10 years, 4 days ago

    Ahh sorry, this is actually the problem causing the footer problem:

    .entry-content {
      padding: 0px;
      height: 10px;
    }

    The height is the issue. Please, remove that line entirely.

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