Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Dagon Expanding Text troubleshoot WordPress

  • SOLVED

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?

Answers (2)

2010-11-15

Pippin Williamson answers:

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;
}


Connie Taylor comments:

Your second option did the trick. Thank you

2010-11-15

idt answers:

Add this to the bottom of your css:

#post-17 .entry-content p {
margin: 15px !important;
}
.ddet_div {
margin-top: -15px;
}