JavaScript Tabs not working

Hi all,

Really stuck and not sure what to try :confused:

Have added simple jQuery tabs to a site, it’s built in WordPress, and ever since I have added the Contact Form 7 plugin and called in the form, the tabs break :frowning:

The URL is: http://scribblezdaynursery.com/

The code for the contact form tab is:


<?php echo do_shortcode( '[contact-form 1 "Contact form 1"]' ); ?>

Any help would be very gratefully appreciated.

Thank you
Si

Do you mean the yellow tabs? The only problem I can see is that both the tab section and the form are covered by the paragraph below them. So add this to the inline paragraph’s styles:

<p style=“font-size: 11px; line-height: 16px; color: rgb(82, 113, 129); padding: 0pt 25px; font-family: arial,sans-serif; position: relative; top: -25px; clear:both;”>

See if that helps. :slight_smile:

Perfect! Thank you so much :slight_smile: