Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #595265

    When I click on some buttons I have it jump to a section (like the onepage effect) It works but I was wondering if it were possible to have that section shown in full? Right now it is just the top portion of that section.

    When I click email us (screenshot 1) and Inquiry Form (screenshot 2) it goes to the contact form (screenshot 3) but it does not show it in full… anyway for it show the whole form not just the top?

    #595325

    Hi mcraig77!

    The “New Pilot FAQ” looks right as there is no content to scroll any further up it stops at the bottom.

    The “Email us ” Don’t look right.

    Please add the #ID selector to the color section in edit option.

    If that is what you have done we would like to inspect it closely please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Cheers!
    Vinay Kashyap

    #595330

    Hey Vinay –

    There is a id already in that area – as you can see it does jump to the section but the is still space above the section… All I want to do is remove that space… The areas i need to jump is the “Email Us” link on the contact page and the “Inquiry Form” Buttons on the Group Events Page – Both jump to the Contact form on the contact page.

    please advise

    #596470

    Hi!

    We would like to take a closer look at the issue please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Best regards,
    Vinay Kashyap

    #596761

    Hey ya go Vinnie

    #596797

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    The below CSS was causing issue with the scroll sections

    #header .widget {
      top: -150px;
     margin-bottom:-150px;
    }

    We have replaced it with the below CSS and everything works fine now!

    #header .widget {
      top: -150px;
    position:absolute;
    }

    please review the site now :)

    Regards,
    Vinay Kashyap

    • This reply was modified 8 years ago by Vinay.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.