Page 1 of 1
Accordion
Posted: Mon Jun 15, 2020 6:42 am
by Joel
Is Accordion even responsive? Are there any limits on maximum height and minimum width?
When I put a text in it which shows fine in one break point, in smaller the text is not seen in full, regardless that it shows within the boundaries in the working project. Any ideas why not?
Re: Accordion
Posted: Mon Jun 15, 2020 7:57 am
by BaconFries
If you set the accordion inside a layout grid you will make it flexible / responsive so the text will render correctly in your breakpoints.
See example at bottom of page
https://www.wysiwygwebbuilder.com/suppor ... owers.html
Re: Accordion
Posted: Mon Jun 15, 2020 8:49 am
by Pablo
The accordion is responsive. It can have different size in breakpoints or you can use it inside a layout grid to make it flexible.
Also, note that WWB supports two types of accordions:
- jQuery UI
- Bootstrap
Re: Accordion
Posted: Wed Jun 17, 2020 8:42 am
by Joel
I'm using a horizontal accordion which I put inside a layout grid, for text objects. Otherwise only parts of the texts were visible at smaller breakpoints.
Now I'm having problems with the text objects to be the sizes and in the positions I want. I understand that can be corrected by adjusting padding. Which padding though: the accordion's or the grid's?
Re: Accordion
Posted: Wed Jun 17, 2020 9:06 am
by Pablo
To be able to help you, I need to see what you have done.
The software has thousands of option and millions of possible combinations. So, you will need to be more specific.
Related FAQ:
https://forum.wysiwygwebbuilder.com/ ... 10&t=82134
Re: Accordion
Posted: Wed Jun 17, 2020 12:18 pm
by Joel
http://www.starofemerald.com/page1.html
That's what happening if I insert a breakpoint (768) without a layout grit.
http://www.starofemerald.com/page2.html
That's within the layout grid.
Re: Accordion
Posted: Wed Jun 17, 2020 12:44 pm
by Pablo
A horizontal accordion has a fixed height, so it is not possible to make it variable based on the content and width.
Re: Accordion
Posted: Wed Jun 17, 2020 1:05 pm
by Joel
Pity.
Ok, thank you.
Re: Accordion
Posted: Thu Jun 18, 2020 7:05 am
by Joel
Pablo, does bootstrap accordion have a fixed height too, at a certain point?
I have another breakpoint at 320 and it doesn't show the full text.
Re: Accordion
Posted: Thu Jun 18, 2020 7:36 am
by Pablo
The bootstrap accordion does not have a fixed size when used in a layout grid.
Re: Accordion
Posted: Thu Jun 18, 2020 8:22 am
by Joel
Thank you.
I really haven't used layout grids so please, tell me if I can use them for only one breakpoint and hide them from others, like everything else?
Re: Accordion
Posted: Thu Jun 18, 2020 8:53 am
by Pablo
If you use layout grids then it better to use them for the entire layout.
Mixing fixed/absolute and flexible layout is possible but it may make it more complicated then it needs to be.