Announcement
Collapse
No announcement yet.
Mystery space before header
Collapse
X
-
Try using an HTML validator to see if there is a missing " or end tag somewhere.
-
Hi Leslie,
I would look into the loading order and see if there is still something amiss with the elements in the HEAD tag as I still see them bleeding into the BODY. You might try adding Font Awesome to the CSS Resource Group as well and see if that helps.
Leave a comment:
-
I have another issue I don't understand. If I use rel="stylesheet" - the gap appears at the top and the back to top icon appears in the lower right corner as needed
If I remove the rel="stylesheet" - the gap disappears but the back to top icon is missingCode:<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" media="all" rel="stylesheet">
FYI - I have tried placing the rel="stylesheet" before the href and it makes no difference.Code:<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" media="all">
Leave a comment:
-
I discovered two instances of the Font Awesome CSS. Deleted one and it's better now.Originally posted by Matt Zimmermann View PostHi Leslie,
Looks like you might have something wonky in your HEAD tag as I see styles bleeding into the BODY tag.
Leave a comment:
-
Hi Leslie,
Looks like you might have something wonky in your HEAD tag as I see styles bleeding into the BODY tag.
Leave a comment:
-
Mystery space before header
I cannot for the life of me figure out what is causing an approximately 20-pixel blank space before the <header>. Well, I sort of can...it looks like it's "#text 0 20 Flex item" if I mouseover the empty space while using Google Inspector. But what the heck?Last edited by lesliekirk; 05-25-21, 10:10 AM.Tags: None
Leave a comment: