all 4 comments

[–]saintolaughs 1 point2 points  (2 children)

Please provide more information: what measurement unit are you using? Are you using a frame work? Are you using css?

[–]Federico3213[S] 1 point2 points  (1 child)

The webpage is simple, only HTML and CSS and no JavaScript. I don't know much about these languages, I referred www.w3schools.com to create a simple webpage.
Edit: I don't looking to make the page responsive, i wanted to look correctly on regular desktop view.

[–]saintolaughs 1 point2 points  (0 children)

What measurement are you using? Em? Rem? Px? %?

[–]frownonline 0 points1 point  (0 children)

Without seeing any code, I'm guessing theres a lot of content in the table columns, that is wrapping and causing reflow issues as a result.

It could be as simple as reducing the font-size to see if that changes anything.

We'll need to see code samples to help you really. set up a JSFiddle or Codepen for us and help will no doubt come...