Drop-down menu

Discussion in 'Quick Online Shop WordPress Theme' started by perlaz, Jan 29, 2018.

  1. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2
    The drop-down menu in the second level is not displayed correctly (left image). It should look like the picture on the right.

    Thank you menu.png
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Please accept my apologies for the late reply.

    For your information, your query is still in the pipeline and we will definitely check your site and fix the issues, Since, our team is busy in some other project our developers will switch on your issues soon.

    I hope you understand, we will definitely fix this issue. Your patience and cooperation would be appreciated.

    Regards,
    Akbar
    InkThemes.com
     
  3. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make the desired changes, just paste the code given below in Additional CSS section.
    (Dashboard->Appearence->Customize-> Additional Custom CSS) of your dashboard.

    Code:
    #menu ul li ul li {
        position:relative;
    }
    
    #menu .ddsmoothmenu li ul li ul li:first-child {
        margin-top: -10px;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  4. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2
    Thank you!
    This works.

    Zvonimir Perše
     
  5. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49

Share This Page