• Hi…I am having issues with all of my pages that do not have a banner image. My menu is not showing.its almost like the curved graphic is on top of my menu.

    Here is a link to one of my pag https://www.thehealinghart.com/private-yoga-and-meditation/

    I have no idea how to fix this, I looked at my menus and the graphic but nothing….

    one more question: is it recommened to upgrade to 4.6.1? will i lose what i have now?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hey there,

    Please try adding following custom CSS to the theme using Advanced CSS Editor:-

    #banner-curve {
        bottom: -80px;
    }

    Let us know how it goes ??

    Thread Starter heartguru14

    (@heartguru14)

    hi where exaclty do i place this code? in the editor (I don’t really want to add one more plug in if i don’t need to

    Thread Starter heartguru14

    (@heartguru14)

    i tried inserting that code in editor under the banner section and nothing changed

    #fp-banner,
    #page-banner {
    position: relative;
    background-color: #eaeaea;
    }
    #fp-banner img,
    #page-banner img {
    margin: auto;
    display: block;
    }
    #banner-curve {
    position: absolute;
    z-index: 10;
    bottom: -1px;
    max-width: 100%; /* for firefox and IE not cooperating*/
    }
    #no-curve,
    #no-banner-curve,
    #breadcrumbs-wrapper {
    background-color: #eaeaea;
    color: #717171;
    }
    #no-banner {
    position: relative;
    background-color: #eaeaea;
    }

    #banner p {
    margin: 0;
    }
    #content {
    padding: 60px 0;
    background-color: #fff;
    }

    #banner-curve {
    bottom: -80px;
    }

    Thread Starter heartguru14

    (@heartguru14)

    i added it in the editor under the section of the banner info and nothing changed

    Thread Starter heartguru14

    (@heartguru14)

    ok i downloaded the plug in and did that but it messed up the graphic with the banner images
    another solution?

    [ No bumping please. ]

    • This reply was modified 8 years, 2 months ago by Jan Dembowski.

    Hey there,

    Please try adjusting the value ’80px’ until you’ve the desired result. Thanks!

    Thread Starter heartguru14

    (@heartguru14)

    Hi also my menu on mobile view is not working anymore either. it seems to be a gitch with my menu because everything was just fine a week ago, I didn’t have issues with banner and the menus before

    Thread Starter heartguru14

    (@heartguru14)

    i have tried your suggestion and its not working nothing changes on the pages without the banner. Is there soemthing else i can do. I cant access my menu on certain pages

    Thread Starter heartguru14

    (@heartguru14)

    This seems to be an issue only on PC so it looking at my site from a tablet it doens’t appear, but on the mobile the drop down menu does not work!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘curved grafic and menu issues with Longevity’ is closed to new replies.