Home Forums WoodMart support forum HTML block of Sub Menu are popup wrongly

HTML block of Sub Menu are popup wrongly

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

    cmdtung
    Participant

    Hi,

    Refer to the attached screen, I click the sub menu living room, there are two html blocks shown. It seems the last one is shown on top.

    Please try my web site.

    Attachments:
    You must be logged in to view attached files.
    #552325

    Luke Nielsen
    Keymaster

    Hello,

    The problem is caused by the fact that full-width dropdowns are located inside the default dropdown. Use the code below to fix the issue:

    .wd-nav-vertical .wd-dropdown.wd-opened .wd-dropdown {
    	opacity: 0;
    	visibility: hidden;
    	transform: translateX(-15px) translateY(0) translateZ(0);
    }
    
    .wd-nav-vertical .wd-design-default > div > ul > li:hover .wd-dropdown {
    	opacity: 1 !important;
    	visibility: visible !important;
    	transform: none !important;
    }

    Kind Regards

    #552542

    cmdtung
    Participant

    Hi,

    Thanks a lot.

    The ticket could be closed.

    #552684

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you do not mind, can you please leave a 5 stars rating for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot.

    Have a good day!

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘HTML block of Sub Menu are popup wrongly’ is closed to new replies.