Title: Soft scroll
Last modified: July 13, 2023

---

# Soft scroll

 *  Resolved [sarahwolt](https://wordpress.org/support/users/sarahwolt/)
 * (@sarahwolt)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/soft-scroll/)
 * Every time I click on a new tab, it automatically soft scrolls to hide the rest
   of the tabs in order to show the tab content. How do I make it so it stays stagnant?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsoft-scroll%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * (@praveenmalav09)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/soft-scroll/#post-16894568)
 * Hi [@sarahwolt](https://wordpress.org/support/users/sarahwolt/),
 * Please follow these steps go to plugin file editor > Tabs Responsive > template
   > content.php line no. 85
 * Replace this code
 * `<a href="#tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr($i);?
   >" aria-controls="tabs_desc_<?php echo esc_attr($post_id); ?>_<?php echo esc_attr(
   $i); ?>" role="tab" data-toggle="tab">`
 * To
 * `<a href="JavaScript:void(0)" data-target="#tabs_desc_<?php echo esc_attr($post_id);?
   >_<?php echo esc_attr($i); ?>" aria-controls="tabs_desc_<?php echo esc_attr($
   post_id); ?>_<?php echo esc_attr($i); ?>" role="tab" data-toggle="tab">`
 * Thanks
 *  Thread Starter [sarahwolt](https://wordpress.org/support/users/sarahwolt/)
 * (@sarahwolt)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/soft-scroll/#post-16901660)
 * Thank you! This worked
 *  [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * (@praveenmalav09)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/soft-scroll/#post-16902390)
 * Hi [@sarahwolt](https://wordpress.org/support/users/sarahwolt/),
 * Glad to hear that your issue has been resolved if you like our plugin then please
   rate it.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Soft scroll’ is closed to new replies.

 * ![](https://ps.w.org/tabs-responsive/assets/icon-256x256.png?rev=2337177)
 * [Tabs Responsive - With WooCommerce Product Tabs Extension](https://wordpress.org/plugins/tabs-responsive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabs-responsive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabs-responsive/)
 * [Active Topics](https://wordpress.org/support/plugin/tabs-responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabs-responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabs-responsive/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Praveen](https://wordpress.org/support/users/praveenmalav09/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/soft-scroll/#post-16902390)
 * Status: resolved