Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1476663

    Hello together
    I have from them for the page link 1 below
    the long key for the customization of the menu mobile vertical
    Now I have created another page Link 2 below.
    I created everything exactly like this
    I think the key on the 2nd page needs to be customized.
    How can I find out this key:

    Thanks in advance

    best regards
    Franz

    #1476704

    Hey schweg33,
    The Dev Team writes:
    never use .av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7
    this will change when an element setting changes. Use custom classes or ID of element !!!

    Best regards,
    Mike

    #1476740

    Hello Mike
    I don’t know enough about that
    but I have the code below
    below.

    Thanks for your help

    #1476748

    What do I have to specify?
    user-defined classes or
    where do I have to enter the ID of the element?
    thank you very much
    kind regards

    #1476760

    Hi,
    The ID for “av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7” is “sub_menu1”
    Screen Shot 2025 02 09 at 7.35.17 AM
    so replace the class in your css “av-m1yjw3j3-8de8ef07635f179e0beedc245c4c38a7” with the ID “sub_menu1”
    You also have an extra “bracket” in your css, probably braking it.

    /*A B C ……..*/
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      #top #menu-dialektwoerter > li {
      padding: 2px 0;
      display: inline-block;
      }
      
      #top #menu-dialektwoerter {
      padding: 10px 0;
      }
      
      #top #sub_menu1 {
      width: 40px;
      }
      #top #sub_menu1 {
      position: fixed !important;
      right: 0;
      top: 10px;
      width: 50px;
      }
      #top #sub_menu1 + .sticky_placeholder {
      height: 0 !important;
      }
      }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Is the problem that the first page submenu is:
    A B C D E
    and the second page submenu is:
    A B C D

    Best regards,
    Mike

    #1476779

    Hi Mike
    now it works great thanks a lot

    What I do not understand?
    What is the additional “bracket” in my css,
    Which bracket could I delete?

    Thank you
    best regards
    Franz

    #1476783

    Hi,
    I deleted it for you before the last post:
    Screen Shot 2025 02 09 at 1.02.23 PM
    So you are all done.
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1476788

    Hello Mike
    many
    thanks
    you can close this ticket

    best regards
    Franz

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘other key’ is closed to new replies.