Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #543521

    Hey guys,

    i habe some issue with my main menu.

    1. “Waren / Ladungssicherung, Export”: Exportverpackung is centered and there is no link. It should be like the others, on the left side + link to the category

    2. “Kennzeichnen, Sicherheit”, hover effekt (sub menu) comes out first if mouse is over text. Over icon, nothing happing. Sub menu is on false position. It should looks like the other menus

    3. “Betriebs und Lager..” same as on 2.

    Can you have a look over?

    #544584

    After this, i can do my mobile menu, than im rdy to start my shop :)) Would be glad, if you can find and fix this issue.

    #545780

    Hey? :)

    #545924

    Hi!

    1- This is how it look like on my end – http://i.imgur.com/vqNr0C2.png. Can you please elaborate on the issue you are having?
    2- Please add following code to Quick CSS

     #menu-item-2011 .avia_mega_div {
        left: -340px!important;
    }
    

    3- I could not reproduce this issue as well. Have you figured it out already?

    Cheers!
    Yigit

    #547847

    Thanks, worked :)

    #menu-item-2011 .avia_mega_div {
        left: -340px!important;
    }
    
     #menu-item-2010 .avia_mega_div {
        left: -840px!important;
    }
    

    Just Exportverpackung is on center, how to get it left how all other items + link?

    View post on imgur.com

    #548920

    Hi!

    use this code:

    #header .mega_menu_title {
    float: left;
    }
    

    We definitely recommend to upgrade to Enfold v3.4.5

    Cheers!
    Andy

    #550274

    Thanks, still “Exportverpackung” isnt klick able (no link?). I will update enfold after fixing this issue :) Need to backup first my db and webspace.

    #550472

    Hey!

    Have you figured it out already? Your menu item is clickable on my end – http://i.imgur.com/LDM3sXT.png

    Regards,
    Yigit

    #573052

    I added this all. I cant click on my last four objects (on screen size below 1700px). I tryed to fix it with removing

    #header .widget {
    z-index 9999 !important;
    }

    with this code on media only screen, I can click my last objekcts, but image “blog” cant be clicked anymore.

    any solution for it?

    #573539

    Hi,

    Please try adding this:

    #header .widget {
    padding: 0 !important;
    }

    Regards,
    Rikard

    #573571

    A bit better! But last item still not avaible (Search).

    #573687

    My bad, solved.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Some issue with menu’ is closed to new replies.