No problems for the delay. We're here whenever you need us, on your schedule
Thanks for the link. The below styles are what are causing your issue. I'd recommend changing the overflow:hidden in both to overflow:visible:
/templates/cleanout/css/template_default.css , line 65:
#s5_columns_wrap {
overflow: hidden;
position: relative;
width: 100%
}Same file, line 79:
#s5_center_column_wrap_inner {
left: -100%;
overflow: hidden;
min-height: 1px;
position: relative;
}I hope that helps, but if you need anything else, just let us know.
Thanks,
Alex