The built in bootstrap accordian does not seem to be responsive in a layout grid. The "topic" line words at each topic has overlapping, garbled letters although the content text is fine.
I've all configurations for the grid with no change.
Thanks for any help.
Built in Accordian not responsive?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
-
-
- Posts: 109
- Joined: Mon Jan 15, 2018 10:55 pm
Re: Built in Accordian not responsive?
Beth again: What I mean to say is the the subject/topic line looks fine in a full screen but becomes overlapping as it is reduced to a smaller breakpoint.
- crispy68
-
- Posts: 3093
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Built in Accordian not responsive?
Do you have a link to the webpage for us to see?
I inserted an accordion and made the title text really long and it seems to wrap for me when previewed.
I inserted an accordion and made the title text really long and it seems to wrap for me when previewed.
-
-
- Posts: 109
- Joined: Mon Jan 15, 2018 10:55 pm
- crispy68
-
- Posts: 3093
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Built in Accordian not responsive?
What version of WB are you using? The code looks slightly different from the one i'm using. Look like either an older version or a different extenion.
-
-
- Posts: 109
- Joined: Mon Jan 15, 2018 10:55 pm
Re: Built in Accordian not responsive?
V. 17.4.2
- crispy68
-
- Posts: 3093
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Built in Accordian not responsive?
Ahhh...that would be helpful to know from the start. In V19, it is responsive and works as it should. I will have to fire up WB17 to check it there.
EDIT: It seems to work correct for me also in WB17. Can you provide a demo of just that page to see your settings?
EDIT: It seems to work correct for me also in WB17. Can you provide a demo of just that page to see your settings?
- crispy68
-
- Posts: 3093
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Built in Accordian not responsive?
The titles use an H3 tag. Check to see if your line height for an H3 tag is set to 0.04 (or something low). It shows in your code that the H3 tag line height is 0.04 which is what's causing it to scrunch together.
- Pablo
- Posts: 23677
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Built in Accordian not responsive?
First note that support for version 17 has ended.
But it looks like the issue is caused by your styles. In heading 3, you have specified a line height of "0.04px"
But it looks like the issue is caused by your styles. In heading 3, you have specified a line height of "0.04px"
-
-
- Posts: 109
- Joined: Mon Jan 15, 2018 10:55 pm
Re: Built in Accordian not responsive?
Problem solved. I didn't pay attention to the default <h3> setting on the bootleg accordion. Changed it to (none) and it's all better. Thank you so much for your help.