Forums

Published form causes problem other extension

JBS 01 Feb, 2015
I'm using version 4.0.6 of the component and 4.0.3 of the plugin (both latest in of the V4 series) on a Joomla 3.3.6 website.
Also using the Instagram Photo Display Module (http://codeboxr.com/product/instagram-photo-display-for-joomla). When a Chronoforms form is published on the same page as the Instagram Photo Display Module, the Instagram Photo Display Module 2-column view is messed up. On other pages without any Chronoforms form, there is no problem with the Instagram Photo Display Module. Examples of a "problem-page" http://destoerderij.nl/contact and http://destoerderij.nl/testweergave
A page without a Chronoforms form, and with the correct display of the Instagram module: http://destoerderij.nl/keurigmerk

Could any one help me finding the problem when combining these extensions on the same page? Thanks in advance 🙂
GreyHead 02 Feb, 2015
Hi JBS,

I can't see anywhere that the ChronoForms CSS is over-writing the module CSS. The problem is that the module column has a bit less space for some reason and that forces it into single column display. Adding CSS to set the column width may fix it
.modinstaphotodisplaywrap {
  min-width: 320px;
}

Bob
JBS 02 Feb, 2015
Hi Bob,

Thanks, that was the trick.

JBS
This topic is locked and no more replies can be posted.