Disable Responsiveness For A Single Page

Hi,

My database table does not display correctly on my smartphone: http://endlessmotor.net/scouting/ or check the image attached

This is how I’d like the table to display and keep its shape: http://espn.go.com/college-sports/basketball/recruiting/playerrankings/_/class/2018 or check the image attached

I’d like to disable responsiveness for this page and/or change the page fonts to achieve this. If you have any solutions, it’d be greatly appreciated.

Thanks

Hi @endlessmotor,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


body.page-id-826 .container.main-content-area {
    width: 1170px !important;
}

Best Regards,
Movin

Thank you, have a great day!

You are most welcome here :slight_smile: