Why the extra space at top and bottom?

Where is there extra white space at the top and bottom of my page?  I've looked everywhere and can't seem to find a setting to get rid of it.  I also did inspect element to see if I could see a class or ID that I could override in custom CSS, and nothing seems to work.

Comments

  • I had to set the following CSS:
    .layout-full-width #Wrapper {top-margin: -50px!important;}

    But shouldn't there be some easier, less clunky way to set that, perhaps in the theme options?
  • This is probably caused by some third party plugin, since the JS is controlling the top position of the sticky menu. Most likely the top discount bar is causing this. Better disable third party plugins and check.
Sign In or Register to comment.