My homepage is cut off and a question about a contact form

Continuing the discussion from Question about staging:

My homepage is cut off, the words do not fit on the page. It is supposed to say the app for your independent practice.

Second, my contact page is not working. Do you know how I could use gravity forms and input into the page?Does it have to be code?

Hi There,

Please remove that custom CSS below from your Theme Options > CSS, that is the culprit why the top of your content is behind the header.

.masthead {
    position: absolute;
    width: 100%;
}

Its the same with Contact form 7, you need to copy the form shortcode and paste it on your page using the RAW COntent element or Content Area element.

Please refer to the following documentation.
Contact Form 7
Gravity Forms

Thanks,

TThanks for that input! It helped the front page. But the other pages used to soley show the picture with no blue on the top. Can you tell me how to fix that?

Sorry, we just moved the site over to production and have had some problems!

Hi there,

Please try this code in X > Theme Options > CSS:

body:not(.home) .x-navbar-wrap .x-navbar {
    background-color: transparent !important;
}

Here are some related links of the suggestions above for further reading:

Hope this helps.

Where would I put this?

Hi again,

You can add the above CSS code in the Theme Options > CSS ( http://prntscr.com/evui3r )

Hope this helps!

Thank you. :slight_smile:

You’re most welcome!

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