Closed (fixed)
Project:
Frequently Asked Questions
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2010 at 20:46 UTC
Updated:
26 Mar 2010 at 21:30 UTC
I have all questions displayed on a single page. Clicking on a question opens the answer underneath (accordion). The right side of the answers are cut off towards the end. I tried adding padding-right and margin-right to the CSS class faq-answer but neither worked. I tried firebug to see if there's anything else going on and nothing I can tell is out of the ordinary.
Comments
Comment #1
Lloyd commentedYeah I just can't figure this out. I think the answer is somewhere in CSS but I've tried everything I can think of. If someone could actually look at the page I would greatly appreciate it. Maybe you can figure it out. It's www.mytermbroker.com/faq. Thanks.
Comment #2
Lloyd commentedIt looks like the problem is created by padding-left in both the faq-question and faq-answer classes. If I change the padding to 0 then it displays fine. But I like the indent of the answers. Anybody have a possible solution?
It also looks like a question that spans 2 lines isn't properly formatted. There shouldn't be any line space.
I'm going to change the CSS for now so it at least displays correctly.
Comment #3
Lloyd commentedWell I fixed it by overriding our global.css file to specify the width as 90% for a couple of the faq CSS classes.
Comment #4
stella commentedThat doesn't happen with garland, so I'm guessing this is a clash with your theme's css. Marking as fixed since you found a solution.