Header and Footer Rendering Issue

QuestionsHeader and Footer Rendering Issue
Joel Schell asked 5 years ago

I’ve had everything working great on my pages. Today I load the grid and it’s rendering a ton of extra space above and below the actual grid, like in the screenshot.

View post on imgur.com

This occurs in both Safari and Chrome.

What’s causing the additional space?

Thanks!

2 Answers
Abu answered 5 years ago

It seems like some CSS files is conflicting with grid’s css.
Try commenting out other CSS files of theme to find out the case.

If your link is online, you can share link for review.

Abu answered 5 years ago

Most likely you have missed DOCTYPE in html document. It is required for html5 pages.

<!DOCTYPE html>
<html>
<head>

…..

Your Answer

12 + 12 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?