Foster Care Parent Admin
Forum Replies Created
-
Although I did not have a security plugin installed, I did however have the same #_=_ issue. It took me weeks to solve and in the end it was simply fixed by deactivating all my plugins and then systematically activating each one until nextend facebook finally worked. Hope this suggestion helps someone.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom Arrow Spacing ProblemResolved… finally. 🙂
Ok, for all those like me who have a style.css that’s a mile long and fraught with potential conflicts, here’s what worked for me:
.collapseomatic { margin-left: 10px !important; /* increases space located to the left of the image*/ padding-left: 30px !important; /* increases space located to the right of the image*/ }Why that didn’t work last night is a mystery. lol.
Forum: Plugins
In reply to: [Collapse-O-Matic] Custom Arrow Spacing ProblemBaden,
Wow, thanks for the quick response. The
margin-left: 5px;worked, however the padding-left!importanthad no effect. I immediately attempted the same code for the right, but there was no effect:I desperately tried this…
.collapseomatic { padding-right: 100px !important; padding-right: 100px !important; margin-left: 20px !important; margin-right: 20px !important; }From the above code, only the “margin-left” has an effect. At this point my arrow button has shifted to the right(which is awesome), but I need the text (located to the right of the button) to move right, off of the button. (check out the live example here: http://www.fostercareparent.com/?p=10854)