Sorry, meant to update this post. The issue is resolved now. Problem was due to a conflict of the ‘First’ class used in both the booking system plugin and in the Prose theme to control columns.
Add the following code to your CSS to disable the feature in Prose
.first {
clear: none;
}
I’m not a developer, but would it be wise for both DOP and Studiopress to use less generic names for classes to avoid conflicts like this?
Thanks,
Mark