table in mobile view in footer - dawn theme

hi guys, i am having issue with table size, it is too wide in mobile view screen. but desktop view as well as product page size guide table is good.

only in - size guide option in footer where table is too wide. how can fix this? any help.

url- deshoeshop com

Hey @DSS5

You need to wrap your table within a div with class name table-wrapper and add the following css

.table-wrapper{overflow-x: scroll;}

It will scroll the table with in available width.

please reply, where exactly i should use above code. because it’s a link of page created. thanks

please open your page in HTML mode and then you will see a

tag , before this tag add this div and name it table-wrapper .


....<table>
</table>