Plugin update causes CSS issue on group display
-
Hi
After updating from 1.3.4. to 1.6.4 I got a CSS issue I can’t find how to fix.
The trouble is with, the group is now displayed as block and not inline-block.[group Rapatriement] (...) [/group][group Urgence] (...) [/group]Former output: (see https://www.eclips.aero/fr/)
<div id="Rapatriement" data-class="wpcf7cf_group" class="" style="display: inline-block;">(...)</div> <div id="Urgence" data-class="wpcf7cf_group" class="" style="display: inline-block;"><span class="wpcf7-form-control-wrap SouhaitDate">(...)</div>new output: (see https://dev.eclips.aero/fr/)
<div id="Rapatriement" data-class="wpcf7cf_group" class="" style="display: block;">(...)</div> <div id="Urgence" data-class="wpcf7cf_group" class="" style="display: block;"><span class="wpcf7-form-control-wrap SouhaitDate">(...)</div>Is there a way to fix that?
Thanks for the great plugin!
AgnesThe page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin update causes CSS issue on group display’ is closed to new replies.