• Resolved eldigitals

    (@eldigitals)


    Dear all,

    please help me here:

    On my front page, the menu bar/links stops working. But works on other pages.
    What is the problem and how can i solve it.

    my website: https://www.kk-property.com

    Appreciate any support.

    Regards
    Jblancx

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter eldigitals

    (@eldigitals)

    here is the js on my theme:

    [moderated]

    • This reply was modified 7 years, 6 months ago by Andrew Nevins.
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @eldigitals, The script is already visible on your website so you don’t need to post it. You’re not experiencing a bug in the JavaScript, you want to change the design. This means someone will have to understand the underlying logic of things. A bug wouldn’t require that knowledge.

    Thread Starter eldigitals

    (@eldigitals)

    thanks,

    solved. the issue was the .row.well-md.well-md–inset-1 class which was overlaying the header menu in the frontage.

    the below code solved it.

    .row.well-md.well-md–inset-1 {
    margin-top: 150px;
    }

    Thanks

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘my menu bar is not working on my frontage but working on other pages’ is closed to new replies.