FAQ Scroll down issue in developer portal

Not applicable

When we click on any of the questions from FAQ in developer portal it scrolls down to that question with it answer, but while doing so it goes one step down instead of pointing to that question.

How can we fix this issue? What can be done so that on click of any question it scrolls down that particular question ?

1 3 158
3 REPLIES 3

Not applicable

This is by design and the default behavior. You can change the page layout to change this behavior. There are 3 other options, you can find them at "Home » Administration » Configuration » Content authoring » Frequently Asked Questions".

4946-screen-shot-2017-05-26-at-41740-pm.png

@Riddhi Thacker , Thank you for highlighting this issue.

It's not by design. It's a bug & due to the fixed top header menu of the developer portal. There are two ways you can fix this issue.

1. Change the header from fixed top to static top in theme appearance settings.

4947-screen-shot-2017-05-27-at-92159-am.png

2. If you would like to fix the issue with default fixed top setting, Add below css to the theme css file,

.faq-content h4 a:target {
  padding-top: 90px;
  outline: none;
}

Hope it helps. Keep us posted moving forward if any.

We will try to fix in future releases of developer portal. ~~DEVSOL-2538~~ , You can use above workaround to fix the issue for now.