Drop Down Issue

Home Forums Web + Tech Answers Drop Down Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4394
    Anonymous
    Inactive

    Hello Bryan Sir
    I am working on new project, the problem is drop down not working perfectly in main menu. If you have a solution please share with me.

    Website: http://chitranshgroup.co.in/
    Theme used: BlankSlate

    Regards
    Parth Ranjan

    #4395
    Bryan Hadaway
    Keymaster

    Try updating:

    nav ul ul {
      display: none;
      float: left;
      left: 0;
      position: absolute;
      width: 180px;
      z-index: 99999;
    }

    to:

    nav ul ul {
      display: none;
      float: left;
      left: 8px;
      position: absolute;
      width: 180px;
      z-index: 99999;
      top: 60px;
    }
    #4396
    Anonymous
    Inactive

    Thanks Sir for you finest assistance.

    Regards
    Parth Ranjan

    #4397
    Bryan Hadaway
    Keymaster

    You’re welcome.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.