Hello,
i had a look at your site , you should remove the fixed width of the tables hardcoded in the HTML,
otherwise also on mobile the tables will have width of 740px.
Use CSS to set dimensions and use fluid percentage on mobile, 100% will fit mobile screens.
Code: |
<table border="0" cellpadding="0" cellspacing="0" style="width: 740px;width: 100%;" width="535"><tbody><tr>
<td style="width: 736px;">
<p style="text-align: justify;">
<span style="font-size:14px;"><span style="font-family:verdana,geneva,sans-serif;">From the Gulf Shore beaches of Galveston and the upscale Kemah Boardwalk district to all that Houston has to offer, Galveston Bay RV Resort & Marina is a place you will want to call Home.<br><br>
Take a morning walk or bicycle ride just a short distance from the resort and buy fresh crab, shrimp and oysters right off the boats. Whether from a boat or from shore, top-notch salt water fishing is in your back yard.<br><br>
Venture just minutes away and a long list of nature, culture, and entertainment awaits.</span></span></p>
</td>
</tr></tbody></table>
|