Increase space between accordions

0
Increase space between accordions 1
Luc Van Cappellen
May 20, 2017 08:56 AM 1 Answers General
Member Since May 2017
Subscribed Subscribe Not subscribe
Flag(0)

Hi, I want to increase the space between accordions (or 'containers').

How can I do this?

2 Subscribers
Increase space between accordions 1
Increase space between accordions 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Increase space between accordions 4
PickPlugins
May 20, 2017
Flag(0)

Welcome to our forum.

Please see there is an option "Container options"

you can use padding, you can use top and bottom padding,

50px 10px

top & bottom:50px

left & right: 10px

you can follow general css rule: 10px 10px 10px 10px

top bottom right left

http://imgur.com/a/a3EDv

Also please note if you are using container background image or color then padding might not the best solution. you can use the container margin

.accordions {
  margin: 50px 0;
}

Let me know for more help.

Regards

Increase space between accordions 5
Luc Van Cappellen
- May 27, 2017 02:06 AM
Flag (0)
0

That's it!

Thank you!

Increase space between accordions 6
PickPlugins
- May 23, 2017 09:07 PM
Flag (0)
0

These are header margin, please see the screenshot where the option located.

http://imgur.com/a/EFFEM

Regards

Increase space between accordions 5
Luc Van Cappellen
- May 23, 2017 06:14 PM
Flag (0)
0

Hi,

Thank you for your answer.

But I think that I didn't explain very well what I'm searching for.

See: http://prntscr.com/fb4d1j
I've indicated the space between the closed headers (in the same accordion) which I want to increase.

Kind Regards,
Luc

Sign in to Reply
Replying as Submit