Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] getting padding-right for no reason? Reply To: [Solved] getting padding-right for no reason?

#191806
Senff
Participant

I deleted all the codes between </head> and <body> but still showing the head tags inside the body :/

You have some invalid, non-standard invisible characters in your HEAD tag, right after <head>. Remove this part and type it in again, making sure you’re not adding any strange characters anywhere:

<head>
<meta charset='utf-8' />

and I couldnt get rid of the extra space at the right of the website :(

any solutions?

The same one I mentioned two times before. Did you try removing the left: 40%; from .s_p to see if that would do something?