• Resolved R Borkent

    (@richard-borkent)


    Like your theme, great work!

    I have build a nice intranet for our organisation. I have a small problem though.

    I have used some widgets on the right sidebar. On short pages the widget at the bottom is ‘cut off’ in the midle so I cannot see the whole content. When I have the footer displayed (not choosen a transparant background) the widget dissapears behind the footer.

    Is there a way to fix this?

Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    It should not happen unless the JavaScript broken. Please check the Developer Tools (usually F12) → Console for JS error messages?

    In the meantime you can try this CSS:

    @media only screen and (min-width:728px) {
      #content  {
        min-height: 1000px !important;
      }
    }

    You may need to increase that number.
    It can be added through Appearance → Customize → Additional CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Widget cut off on short pages’ is closed to new replies.