Is it possible to disable the Menu animation. I don't want any website visitor to be obliged to scroll down in order to see the main menu. Furthermore, I would like to have the logo at the center of the page.

    nrpena Hi. Please provide an url to Your site, so I will see what can be done.

      teitbite
      The website is currently being developed locally. Hence, I cannot show you the livesite. However, I attached three images.
      1.This is the first thing visitors see when they visit the page. As you can see, the log and the main menu is invisible.
      2. The visitor needs to scroll down the page in order to access/see the logo and the main menu.
      3. Upon reaching a particular point while scrolling down, only then will the log and the main menu appear.

      I would like to disable that feature. I would like to have the log and the main menu visible all the time, without requiring the visitor to scroll down in order to see the logo and the main menu.

      nrpena Hi. Please try add this to css:

      #gkHeaderNav {
          top: 0 !important;
          height: 73px !important;
      }
      
      #gkHeaderNav.active #gkLogoSmall {
          left: 0;
      }
      
      #gkMainMenu {
          right: 0;
      }

      Excuse me, but which particular css file should these be inserted? I tried to insert these to the template.css, but it did nothing. Can you please be more specific?

        Thanks a lot! That was wonderful.

        Ninja locked the discussion.
        Write a Reply...
        You need to Login to view replies.