How can I get rid of empty space before any section?

I gave up trying to solve it myself, no weird setting in columns or items and css adjustments gave nothing. Div with id="Content" got more in height px than all content div inside why?

Based on architecture theme, in contact page I have removed all sections and items and left with contact form itself and header title on grey background as seen on the screenshot below, but still white area on top of it remains.

image

Comments

  • I found the issue, there is a bug in the theme, when you export muffin generated items and import to any page white bar appears, I've replicated the problem using different pages and muffin builder items. White spacing seems to be generated and added to a hash 'to be copied'. For now the only solution is to redo a page by creating the same items like in the source page.
  • Update: No the white bar is still there even if you create everything manually.
  • Hi,

    Please use below css to remove this empty section:
    body:not(.template-slider) #Content { padding-top: 0 !important; }
  • Many thanks, I will test and report back.
Sign In or Register to comment.