Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1032441

    Suddenly, the Fullwidth Sub Menus on 3 of my pages are non-functional after several years.

    I have not changed anything on these pages or in the menus structure.

    The links to the pages are published, but you can’t click on the links within the Fullwidth Sub Menu. See below.

    Thank you,

    Jasmer

    #1032531

    Hey Jasmer,

    Sorry for the problem, please try this in Quick CSS:

    #sub_menu1 {
      z-index: 301;
    }

    Best regards,
    Rikard

    #1032559

    It would be nice if you introduced a z-index field to all elements. I used the Agency demo https://kriesi.at/themes/enfold-one-page-agency/#work for some inspiration but moved the 3 boxed further down (into the next colour section) with a larger negative margin and the buttons stopped working.

    H

    #1032871

    Hi Heathcliffe,

    Thanks for the feedback, I don’t think we’ll have a dedicated field for z-index though. You could add a class to the element in question and then target it that way with CSS:

    .your-class {
      z-index:123;
    }

    Best regards,
    Rikard

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