I am using the Paradigm template, and having a small problem which i have spent lots of time on... i can't move my div properly to the position that i want... all the way up to the header... but i keep getting the space there... no matter what i do... i have tried to find the solution to this on the forum, but couldn't... please help...
52.25.145.85/
You have a typo in your content breaking your layout ->
https://validator.w3.org/nu/?showsource=yes&doc=http%3A%2F%2F52.25.145.85%2F
Usually what this means you have a tag(s) that aren't a matching set, usually missing the "close" part. Unmatched tags like <div>, <p>, <span> are rarely introduced by the template. 99.9999% of the time it occurs when a user creates new HTML content using one of those tags and forgets the closing one.
When you use the validator link we supply look for things like "End tag div seen, but there were open elements." Then note the line number and click on it. This takes you to the source code which will help you to find the content that have the errors in it.