Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #444142

    Hi,
    I want to change the location of top-menu to display in main header area (like header-icon option)
    here is the screnshoot:
    http://prntscr.com/750lsj

    Do you have suggestion what to do?

    Thanks!!!!

    #444517

    Hi Lev!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    nav.sub_menu {
      position: relative;
      top: 50px;
    }

    Best regards,
    Yigit

    #445353

    Hi Yigit,
    Thanks for the help,
    The content of the menu come down well.
    But the gray background left over, should that dropped to the middle, and background color will be transparent?
    Here is screenshoot for say:
    http://prntscr.com/7648ly

    In addition, at responsive the top menu does not look good ..
    How can I fix it?
    here is screenshoot: http://prntscr.com/7649jd

    Thanks!

    #445359

    In addition, I found a problem with scroll page
    I fixed it by adding the following code:
    .header-scrolled nav.sub_menu {
    top: 50px;
    }

    #445980

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (min-width: 990px) {
    #header_meta {
      margin-top: -30px;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
      padding-top: 145px;
    }}
    @media only screen and (max-width: 480px) {
    div#header_meta .container {
      padding: 0!important;
      margin: 0!important;
      max-width: 100%!important;
      width: 100%!important;
    }}

    Best regards,
    Yigit

    #446238

    Thanks Yigit!!!
    Thats work and look amazing!!!!
    you can see : )
    http://prntscr.com/76viws

    Just another little thing –
    Need to fix the responsive – that in iPhone the top menu will be on the same row
    You can see the problem here:
    http://prntscr.com/76vjuo

    Thanks!!!!

    #446551

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive #header_meta .sub_menu>ul>li {
      padding: 0 5px;
    }}

    Regards,
    Yigit

    #446706

    Thanks Yigit!
    Its work perfect!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Top menu -locatin’ is closed to new replies.