-
AuthorPosts
-
gribblej Friend
gribblej
- Join date:
- June 2011
- Posts:
- 208
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 10 times in 2 posts
August 27, 2014 at 5:11 am #200827As usual, the site (newmyc.com) looks great except in Internet Explorer. Explorer is detecting an element above the container that appears to be about 40px high. So it is adding this padding above all other elements. It is nothing I did, and the IE developer tools are not proving to be of any use whatsoever. Where is it finding this phantom block that no other browser sees? I am stumped and would appreciate some help on this from JA.
Thanks,
-Jim G.gribblej Friendgribblej
- Join date:
- June 2011
- Posts:
- 208
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 10 times in 2 posts
August 27, 2014 at 9:29 pm #547453I puzzled this out. IE was readiing params that all the other browsers ignored/reconciled. To feret them out was a pain in the youd know what. But I’m still noticing a lot of difference in the IE view. One has to do with menu module width. Am starting a new post on that.
-Jim G.Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
August 28, 2014 at 8:24 am #547497Hi gribblej
You missed a “}” in the file: root/templates/ja_biz/css/themes/blue/custom.css
[PHP]@media screen and (min-width: 992px) {
.t3-footer.container {
padding-top: 0;
height: 0px;
}[/PHP]After adding the missing “}”, it works in IE now
Best regard
gribblej Friendgribblej
- Join date:
- June 2011
- Posts:
- 208
- Downloads:
- 28
- Uploads:
- 6
- Thanks:
- 4
- Thanked:
- 10 times in 2 posts
August 28, 2014 at 4:47 pm #547549Thanks for pointing this out. I also applied this to green theme but IE still shows the footer container. Puzzling.
Eragon H FriendEragon H
- Join date:
- July 2014
- Posts:
- 468
- Downloads:
- 1
- Uploads:
- 39
- Thanks:
- 5
- Thanked:
- 156 times in 149 posts
August 29, 2014 at 1:37 am #547599Hi gribblej,
I see that the green theme is working in IE now.
Again, you missed “}” in the file: root/templates/ja_biz/css/themes/green/custom.css
@media screen and (min-width: 992px) {
.t3-footer.container {
display: none;
}
#t3-footer {
display: none;
}
Best regards
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Eragon H 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum