Hey all, I am building this website.
My client wants the Spry Collapsible Panels going across instead of going down. The Lawn and bed maintenance panel is exactly where I want to be. I tried using css on the CollapsiblePanel1 by using the following css code
#CollapsiblePanel1{
/position:absolute;/
margin: 0px 350px;
}
but no luck getting to the same level as the desired place of the first panel. Please help!