• Version 3.7.3 of suffusion.

    I have a problem at the end of the website there is some white/blank after the wrapper … I fixed it at first with #wrapper Overflow: hidden but that creates a problem when I press READ more . it doesn’t show half the article, which doesn’t exist when I do add # wrapper to custom css.

    Is there another way to get rid of this?

    https://www.rdeeipe.net

    Thanks for future help.

Viewing 1 replies (of 1 total)
  • The problem is that there’s a tremendously huge menu element which is hidden. I’m not sure what the menu is for, but there are 370 menu items just for Press Releases.

    You can clear that white space by adding this CSS rule:

    .menu {
       display: none;
    }

    Don’t know how this might affect the functioning of the rest of the site because, as I said, I couldn’t see how this menu element is used.

Viewing 1 replies (of 1 total)
  • The topic ‘Wrapper ? white at the end problem!’ is closed to new replies.