Shop Categories

X

Reply To: Menu doesn’t extend

Home Forums Agama Pro Menu doesn’t extend Reply To: Menu doesn’t extend

#27399
Zex
Moderator

Hello, Mado!

There is a small conflict with the Gold Addons Plugin, so if you want to use the Gold Addons plugin with the theme, you need to insert the following code into Customizing->General->Additional CSS:

/*Gold addons conflict fix*/
.collapse.in {
    display: block!important;
}

Regards