Posted - 03/09/2020 : 07:32:17
Hi Paul, It seems the image and the text on your homepage is in a table which isn't ideal for a responsive site. What I would do is remove the table completely and put all that content in a div like this in code view <div class="home-content"> Put all your content in here </div> then add these two lines to your style.css file div.home-content{ float:left;width:100%;} div.home-content img{max-width:100%; height:auto;} Then remove the height and width attributes from the image <img title="Click for LARGER view" src="images/xmas2017.jpg" class="auto-style7" height="316" width="806"> If you want me to do that for you send me FTP details * Database Migrations and Conversions* * ASP to PHP Cart Conversions**Contact Us**Buy The PHP Capture Card Plugin**Rate Our Services/View Our Feedback*
Edited by - Phil on 03/09/2020 07:33:35
|