Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1976
Robert Kavgić
Participant

Hello,

Sorry, I misunderstood you.

To achieve what you want, you will have to revert the changes (meaning that you should return top: value to -2px) and then go to line 843 (line above) where it is written:

.dropdown-submenu {
  position: relative;
}

Add the !important rule so this doesn’t get overridden by any other css rule. The code should look like the following:

.dropdown-submenu {
  position: relative !important;
}

The dropdown of a sub-menu should be aligned as you want it to be.

Robert

Attachments:
You must be logged in to view attached files.