badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Submenu not clickable

#45728

Hi Schuller,

Apologies for the late reply.
The above CSS code overridden by bootstrap so please disable the bootstrap CSS OR try below code:

#access a {
  -webkit-box-sizing: inherit !important;
  -moz-box-sizing: inherit !important;
  box-sizing: inherit !important;
}

Thank you!