Home Forums WoodMart support forum Account

Account

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26380

    leonidas
    Participant

    1.How do we remove the gap?

    2. The account dropdown disappears almost instantly with the mouse movement.Can we change that?

    3.
    In the first video, you can see that it’s impossible to browse to different email addresses using the mouse only. The dropdown disappears again instantly while in the second video the same procedure is much much easier. I want the same behaviour to the dropdown account menu.

    #26424

    Artem Temos
    Keymaster

    Hi,

    1. & 2. Fix it with this code snippet

    body .topbar-menu .woodmart-wishlist-info-widget>a {
    	height: 33px;
    }
    
    body .topbar-menu .item-level-0>a, .topbar-menu .menu>.menu-item-language>a {
    	line-height: 33px;
    }
    
    @media (max-width: 2600px) and (min-width: 1100px) {
    	
    	body .top-bar-right .topbar-menu .sub-menu-dropdown, .top-bar-right .topbar-menu .submenu-languages {
    	top: 100%
    	}
    }

    As for the problem with dropdown, it is a known issue but there is no quick fix with CSS for it. We are working on this issue and hope to fix in one of our theme updates.

    Regards

    #26437

    leonidas
    Participant

    The code worked well.I will wait for the upcoming updates.Close the ticket please

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

The topic ‘Account’ is closed to new replies.