Viewing 6 posts - 31 through 36 (of 36 total)
  • Author
    Posts
  • #414262

    Hi,
    I have the upadte to 3.1.1 , but unfortunately it does not go yet .

    #414264

    Hi!


    @lorbeerdesign
    Can you post the link to your website please?

    Best regards,
    Yigit

    #414266
    #414298

    Hi!

    Dropdown menus show up fine on my end – http://i.imgur.com/9EfXbg6.png
    Please also note that you have following code in Quick CSS

    #top #header_main > .container .main_menu ul:first-child > li > a {
      height: 95px !important;
      line-height: 95px !important;
    }

    Regards,
    Yigit

    #414336

    Hi,

    yes the dropdown menu is fine, but main navigation is not the way I want.
    The Problem is, when shrinking header, the main navigation has not in the right position (see screenshot)

    Screenshot

    #414385

    Hi!

    Please try adding following code to Quick CSS

    #top .header-scrolled #header_main > .container .main_menu ul:first-child > li > a {
      line-height: 75px!important;
    }

    and change line height value to 150px !important in following code

    #top #header_main > .container .main_menu ul:first-child > li > a {
      height: 95px !important;
      line-height: 95px !important;
    }

    Best regards,
    Yigit

Viewing 6 posts - 31 through 36 (of 36 total)
  • The topic ‘Menu Items issue after update to version 3.1’ is closed to new replies.