How do I adjust the padding on the accordion and tabs. Example
http://benchmark-intl.com/about/ No padding on tabs.
http://benchmark-intl.com/carb/ no padding on accordion
Hey stoltzgroup!
use this code in Quick CSS field:
.js_active .tab_content {
padding: 16px;
}
.toggle_content.invers-color {
padding: 15px;
}
and adjust as needed.
Cheers!
Andy
Thanks, you’re my hero.