Shopify themes, liquid, logos, and UX
Theme: Dawn
URL: https://medcanuniversity.com/pages/testresults
I need to make some adjustment to this table, and the tables i will be inserting in the future onto the same page.
I want the rows to be less separated, i.e. with less height, and the table to be wider, basically spanning across the whole page while still displaying correctly on mobile. I would also like the lines of the table to be a bit thicker.
I appreciate the help.
Solved! Go to the solution
This is an accepted solution.
Hi @medcanuni ,
To fulfill your request, please add the following code snippet to your base.css or theme.css:
.rte table { width: 100% !important; border-collapse: collapse !important; border: 2px solid #000 !important; /* Thick border */ } .rte table th, td { padding: 10px !important; } @media (max-width: 600px) { /* CSS for mobile devices */ .rte table { border-width: 1px !important; /* Thinner border */ } .rte table th, td { padding: 5px !important; } }
Good luck!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This URL https://medcanuniversity.com/pages/testresults page was not found site show 404
Sorry it was recently changed. Here is the updated one: https://medcanuniversity.com/pages/analytics-database
Hi @medcanuni,
We were unable to access the page through the URL you provided. Can you be more specific with your requirements with pictures so that we can easily visualize them?
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Sorry it was recently changed. Here is the updated one: https://medcanuniversity.com/pages/analytics-database
I am having a hard time finding examples, but something more like this I guess.
This is an accepted solution.
Hi @medcanuni ,
To fulfill your request, please add the following code snippet to your base.css or theme.css:
.rte table { width: 100% !important; border-collapse: collapse !important; border: 2px solid #000 !important; /* Thick border */ } .rte table th, td { padding: 10px !important; } @media (max-width: 600px) { /* CSS for mobile devices */ .rte table { border-width: 1px !important; /* Thinner border */ } .rte table th, td { padding: 5px !important; } }
Good luck!
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Thank you, this worked!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025