-
AuthorPosts
-
March 9, 2016 at 2:33 am #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?
March 9, 2016 at 6:39 am #595325Hi 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 KashyapMarch 9, 2016 at 6:59 am #595330Hey 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
March 10, 2016 at 6:29 pm #596470Hi!
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 KashyapMarch 11, 2016 at 9:11 am #596761Hey ya go Vinnie
March 11, 2016 at 10:36 am #596797Hey!
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, 8 months ago by Vinay.
-
AuthorPosts
- You must be logged in to reply to this topic.