Re: Embedding Issue
Posted by weasy on Oct 31, 2014; 10:23pm
URL: https://support.nabble.com/Embedding-Issue-tp7592275p7592281.html
I was able to find a solution. All I did was change this CSS code:
#columns .column {
float: left;
margin: 0;
padding: 0;
overflow-x: visible!important;
}
I changed the overflow from "hidden" to "visible" and reduced the font-size of the "Email" text and now the widget fits nicely in the sidebar. Thanks for your help with this. It seemed a lot more complicated than it actually was.