• Resolved substantialclassrooms

    (@substantialclassrooms)


    Love simple banner — exactly what I needed. But it’s covering the menu on both desktop and mobile in my theme (and as a result shifting my page content down a bit). Is there a way to fix this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter substantialclassrooms

    (@substantialclassrooms)

    Nevermind! I figured out the CSS to make the change — it looks good now ??
    (not perfect on mobile, but good enough).

    Here’s what I did — in Theme Customizer:
    .et_fixed_nav #main-header {
    padding-top: 42px
    }

    Plugin Author rpetersen29

    (@rpetersen29)

    In your theme customizer, try:

    #page-container {
    padding-top: 0 !important;
    }
    #main-header {
    position: relative !important;
    }

    That should fix both mobile and desktop

    Thread Starter substantialclassrooms

    (@substantialclassrooms)

    Oh awesome! That’s better than what I came up with!

    Hi rpeterson,

    I love this plugin! I also have Divi and have the same problem. However, when I enter the code suggested in this forum it leaves a huge gap between the banner and the menu bar and upon scrolling the fixed nav menu disappears. Can you help?

    Plugin Author rpetersen29

    (@rpetersen29)

    @shieldsarts What is the website in question?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Banner Covers Menu (Divi Theme)’ is closed to new replies.