[Resolved] Bad Displaying of header and footer

Home Forums Support [Resolved] Bad Displaying of header and footer

Home Forums Support Bad Displaying of header and footer

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #525216
    Helmut

    Header and footer are displayed in a strange way on my site, when not using Elementor canvas template. On that page, header and footer are inserted through the appearence>widgets>header resp. footer with an element from my Elementor library. On other pages, where I use Elementor canvas page template, everything is fine, using the same Elementor library elements. The page with the problem is: https://agenda21-ush.de/testseite/
    Header and footer are displayed correctly on most other side, f.a.: https://agenda21-ush.de/

    Problem Header: It shows only the right half. With the inspector I can see, the (div class=”header-widget”) has the css:
    .header-widget {
    float:right;
    max-width:50%;
    overflow:hidden;
    }
    Why max-width 50%?
    Funny effect: The top-menu is sticky. When sticky menu appears, it shows full width.

    Problem Footer: It has a dark background (including “© 2018 • GeneratePress”, I didn’t define. How can I get rid of that background?

    #525461
    Leo
    Staff
    Customer Support

    Hi there,

    Header widget area is not meant to insert the entire header with the navigation and everything which is why the maximum is 50%.

    Can you try using a hook to insert that?
    https://docs.generatepress.com/article/hooks-overview/
    http://demo.generatepress.com/hook-locations/

    #525514
    Helmut

    Thank you! Works great! But:
    1. In the Elementor library element I have inserted a negative margin, in order to lift that block to the very top (10px). But in this case there is still a gap. Do I need to insert CSS to get rid of that?
    2. The black footer with the “© 2018 • GeneratePress” remains. I haven’t found any setting in the customizer to get rid of that. How do I have to do it? Finding the class and “display: none;”?

    #525539
    Helmut

    I fixed the footer issue with custom css, not the header issue.

    #525838
    Leo
    Staff
    Customer Support

    I’m not seeing any gaps on top now: http://www.screencast.com/t/O86IDImeGsT

    From what I can tell everything is coming from Elementor now.

    Let me know if I’m missing something.

    #526057
    Helmut

    There still is a gap on https://agenda21-ush.de/testseite/ compared to https://agenda21-ush.de/.

    #526487
    Leo
    Staff
    Customer Support

    Can you explain what you meant by gap?

    I see the header and content on that page, both have header padding and content padding:
    https://docs.generatepress.com/article/header-padding/
    https://docs.generatepress.com/article/content-padding/

    #526896
    Helmut

    If you look at the 2 different links. The header has a light green background. On one link is a white appr. 10px gap on top of the header. That white gap shouldn’t be there.

    #527249
    Tom
    Lead Developer
    Lead Developer

    Try setting the header top padding to 0 in “Customize > Layout > Header”.

    #527408
    Helmut

    In the customizer I don’t see a settings for paading-top. I do have activated the header options. Or should I put it in Simple CSS? (In the meantime I’ve upgraded to 1.6)

    Edit: Ok, it’s the spacing option I had to activate. Now it’s solved. Thank you.

    #527896
    Leo
    Staff
    Customer Support

    Glad we could help!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.