PPHPJABBERS code needs a Foundation tweak, but how?

Hi there,
I’m setting up an events calendar using phpjabbers script, but have run into a little blockage, hope someone can help. My page is here: https://www.thearthouseoasis.com/calendardummy/. When you click on an event in November, it comes up with the booking form at the bottom, but the captchga isn’t showing. Apparently it’s because of the following Foundation code:
" The problems come from the CSS of your page and more precisly from
/rw_common/themes/foundation/consolidated.css
file which applies global styles. You can see on the attached screenshot that if disable max-width for image class then the captcha shows."

My question is, what am I supposed to do to fix it? Something in Foundation?
I’ve got the Foundation 1 column set to full width no gutter but I need to look for an image class? Need some help if possible, thanks!

Try adding this CSS

.form-group img {
    max-width: none;
}
3 Likes

Fantastic thank you so much! :slight_smile:

@teefers This is the answer I expected from the PHPJabbers support… :+1:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.