browserProblem

Hey all, I’ve been made aware of some display issues with the blog while using firefox. If you are having issues, please leave a comment.

Please answer these questions:

Does refreshing the window resolve the issues?
Do you have the issue every time you visit the site?
What browser are you using?
Mac or PC?
Describe the issue you are having.

Thanks,

Colin

6 Responses to “Page showing up weird?”

  1. TBC Steve

    Hi Colin-
    -I’m on a Mac and prefer Safari to Firefox
    -I do not have to refresh my brower usually, but today notice the comments appear below a long blank space on the bottom-have not seen this before.
    -other than that, thanks for helping with the webpage!

    Steve

  2. Liz H

    I used to use firefox and got a new PC with windows 8 for Christmas and both put the blog only after all the logos.

  3. Ben S.

    I think I may have a solution…
    Check the styles of .entry in the CSS
    It says it should float:left, however if you change it to float:center it should fix it.

    Not sure if it will completely fix it, but it doesn’t hurt to try.
    Newben

  4. Ben S.

    Another thing besides the .entry style, which I found worked when I changed it in the developer tools, is the sidebar1, the bullets, because it is a list, are shown, this is another error in the CSS.

    If you can locate in the HTML code a tag that looks like this…

    You should find a tag nested in it, simply add to the tag and make it look like this

    This should fix the bullet dots for the sidebar of logo’s.

    Also try my previous comment, It should work.

    -Newben

  5. Ben S.

    RE: My last Post
    Sorry, but WordPress took the tags I meant to put in so I retyped in with terms like (less-than-sign) for <

    If you can locate in the HTML code a tag that looks like this… div
    You should find a "ul" tag nested in it, simply add to the tag and make it look like this

    "(less-than-sign)ul style="list-style:none"(greater-than-sign)"

    -Newben