$10
Dagon Expanding Text troubleshoot
Hi posted a question a few days ago about needing expanding text and was pointed to the Dagon expanding text plugin.
Finally got to putting it in place and overall it seems to work fine except for one problem I can't ferret out.
http://www.brandmagik.com/gt/?page_id=17
If you click on the link to open and then click again to close it appears to work fine.
If you click on the link to open... scroll down to read and then scroll back up to close. The spacing between the links is now messed up.
could be a CSS issue - Could be a plug in issue. Not sure. - can someone post a fix for this?
Finally got to putting it in place and overall it seems to work fine except for one problem I can't ferret out.
http://www.brandmagik.com/gt/?page_id=17
If you click on the link to open and then click again to close it appears to work fine.
If you click on the link to open... scroll down to read and then scroll back up to close. The spacing between the links is now messed up.
could be a CSS issue - Could be a plug in issue. Not sure. - can someone post a fix for this?
borzoid | 11/15/10 at 1:31pm
| Edit
(2) Possible Answers Submitted...
-

Last edited:
11/15/10
2:06pmPippin Williamson says:It looks to be a problem with IE only. Try adding this to your style.css:
.entry-content p {
margin-bottom: 24px!important;
}
and if that doesn't work, try this:
a.expandable {
display: block;
padding-bottom: 24px;
}
- 11/15/10 2:05pm
borzoid says:Your second option did the trick. Thank you
- 11/15/10 2:05pm
-

Last edited:
11/15/10
2:01pmidt says:Add this to the bottom of your css:
#post-17 .entry-content p {
margin: 15px !important;
}
.ddet_div {
margin-top: -15px;
}
This question has expired.
Current status of this question: Completed





