Hi,
I have an accordion that doesn’t seem to function correctly. Whatever is in the fist position will not open. It works if I activate the base theme, but the child theme makes it not work.
I tried deactivating all plugins and my custom css in case there was a conflict with no change.
Hi jessehammil,
Not sure why but it could be because you are using double quotes, could you try replacing them with singles or remove them completely to see if that helps?
Regards,
Rikard
That doesn’t fix it. Also, no matter which item is first, it wont open.
Hey!
There must be something wrong from the files copied to the child theme.Are you using any custom CSS?
Have you done any modifications to the CSS regarding accordions?
Cheers!
Basilis
I found the issue. there was an old css rule ‘content:after{ position:absolute;} that was causing the issue. Thanks!