I have pinched this from a template to see if i can make use of it.
Sadly I have fallen at the first hurdle - I need to reduce the height of the bars but can find no setting to control this.
I have searched the help files and tutorials but cannot find anything.
Any help appreciated
https://e.pcloud.link/publink/show?code ... RwpX3v78I7
https://e.pcloud.link/publink/show?code ... Gnvzsnfmyy
And nothing under 'Style' that I can see .....
Accordian
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- BaconFries
-

- Posts: 6292
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Accordian
I take it you mean the panels and not bars? What template did you pinch from? that way I can view/look at the css/jquery.
It could be as simple as the following with the ? being the height you wish.
It could be as simple as the following with the ? being the height you wish.
Code: Select all
<style>
.panel-heading{
padding: ?px; //if not working use !important rule
}
</style>- crispy68
-

- Posts: 3207
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Accordian
@bacon,
It looks like just the accordion widget.
@brynj
Doesn't the padding under the button:default state under the style tab control this?
It looks like just the accordion widget.
@brynj
Doesn't the padding under the button:default state under the style tab control this?
-
brynj
-

- Posts: 230
- Joined: Fri May 31, 2013 3:56 pm
Re: Accordian
BaconFries wrote: Thu Apr 09, 2026 9:34 pm I take it you mean the panels and not bars? What template did you pinch from? that way I can view/look at the css/jquery.
Hi - it was the 'Camping' template.
Last edited by brynj on Fri Apr 10, 2026 7:08 am, edited 2 times in total.
-
brynj
-

- Posts: 230
- Joined: Fri May 31, 2013 3:56 pm
Re: Accordian
Hi - yep that's it - so simple when you know. Sometimes the more you look the less you see!Doesn't the padding under the button:default state under the style tab control this?
Thanks