Home Forums WordPress Themes – Premium Circumference Accordion Panels Reply To: Accordion Panels

#19644
Sushil Adhikari
Moderator

Are you using a plugin that does grids or something? This I found:

#pg-65-0, .panel-grid-cell .panel {
margin-bottom: 30px;
}

The class .panel is adding 30px to each accordion panel in the theme’s code because mine has a class of .panel as well. I’m guessing I need to update the HTML snippet for the accordion code because I changed the class on mine to go from .panel to .cir-panel so it doesn’t conflict with plugins.

In your code, you can fix it by adding cir- to each of your panel’s class .panel

…becomes