A Few Issues With CSS In This Website

Here’s the website:

http://www.copy-e-writing.in/12042017/

I am trying to make it responsive on smartphones. I have already used media query for that.

  1. The bottom table will not show up.
  2. The topmost table and the picture
    below it will not center itself.
  3. Why do I have to use “clear:right;”
    with class=“anew” to get it below the image. Otherwise, it would
    climb up along the topmost table.

I am a beginner, did research, still couldn’t understand where the issue is. Looking for your advice. Thanks.

Hi @workfreelanceron and welcome to the forums.

Try validating your web-page and remove the errors:

Edit:
Also validate the CSS:

https://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.copy-e-writing.in%2F12042017%2F&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.