Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #244513

    Hello,

    Love your theme but seeing some random bugs on it. Not sure when they showed up, so unfortunately I can’t point you to which upgrade may have cause it but only noticed because I was updating the plug-ins and Enfold theme.

    On http://stagerightlighting.com/ there is a large white box above my content, it seems to be caused by a padding-top style.
    – In the CMS for that page I have the option chosen for no head and no footer.
    – The few times I have tried to preview from the Edit Page the white container also appears
    – When I switched to “Default Editor” from “Advanced Layout Editor” to try and look at the code it disappears… very odd.
    1. When previewing the page after switching to “Default Editor” all that appears is this white box.

    On http://production.stagerightlighting.com/ which SHOULD be pointing to the same landing page, built in the CMS, displays correctly.

    I also noticed the main navigation runs into the logo now, where it would resize in the past.

    Please help!

    #244714

    Hi willwatsongraphics!

    Thank you using the theme and the feedback!

    There are a lot of improvements on the latest update of Enfold especially on the header part. The markup has been changed drastically that a lot of users are complaining about it. Anyway, those changes are necessary to improve the way you modify the header options. You can now simply specify where you want the logo and menus to show, add extra elements, configure the header height etc. In your case, you can add this on Quick CSS or custom.css to remove the top padding:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large .home #main {
    padding-top: 0 !important;
    }

    Cheers!
    Ismael

    #246595

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Large White Box Above Content on No Footer No Header Page.’ is closed to new replies.