Tabs with tables opens at bottom of table

Hi there at https://wfdf.sport/world-rankings/ultimate-rankings/ we have tabs with tables shortcodes

The tables all open at bottom of the table rather than top

Hi @LeeRobertson,

Thanks for reaching out.
I have checked it in my local environment with the long set of data within the Tabs but didn’t find the problem you described here. It seems that it might be related to the content added in the tabs, i.e. the shortcode, which might be loading the content dynamically and that is why the page scrolls up to that. I would suggest you check by adding some simple content, and if you didn’t find the issue, please check with the shortcode plugin author for this.

If you find the same issue with the simple content, there might be some different reasons behind that. I would like to suggest troubleshooting the following common issue to help us to recognize the reason.

1.Theme Related Issue
2.Plugin Conflict
3.Theme Update related issue
4.Child Theme Related issue
5.CSS/JS Customization
6.Disabling Cache
7.Disabling CDN

If you discover that an issue is coming from a custom code or 3rd party plugin, kindly consult with a developer or contact the plugin author. Please note that we do not provide support for custom codes and 3rd party plugins unless you are subscribed to One. If not subscribed, kindly consult with a developer or contact the plugin author.
Please note that we do not provide support for custom codes and 3rd party plugins unless you are subscribed to One service.
If none of the above helps, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

Thanks for this info. I have tried a couple of css to see if it helps, but still opens tabs that contain tablepress tables at the bottom of the page
.tab-content {
overflow-anchor: none;
}
.tablepress {
width: auto;
margin: 0 auto 1em;
}

Hi @LeeRobertson,

I have checked your website but didn’t find any issue with the tabs while using the simple content. It seems the problem is only with the Table shortcode, I would suggest you contact the plugin author on this and let us know the feedback.
Please remember that 3rd Party plugin code is beyond our control, and unfortunately, we don’t provide any support for that.

Thanks