• jpbnelson

    (@jpbnelson)


    I am using the theme OrangeRehash 1.0 and the home page only is broken in Internet Explorer. I tested it in Firefox, Safari, etc. and there are no problems…only in IE. The website I am using it for is clickthismarketing.com

    Can someone please help…please??

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • tapeboy929

    (@tapeboy929)

    When I take a look at your site, I can see what you mean. Firefox looks right and IE places a giant white space in the middle of your page. IE and FF unfortunately interpret CSS differently sometimes. Taking a look at the source code, I see this-

    <div class="post_info">
    <h2><a href="https://www.clickthismarketing.com/%/postname/%" rel="bookmark" title="Small Business Marketing & Advertising In Orange County">Small Business Marketing & Advertising In Orange County</a></h2>
    <span class="author"></span>
    <span class="category"> </div>

    What you have here is an empty span named ‘author’, which is open and closed. Then we have a span named ‘category’, which is open, but not closed until later. FF is a little better an interpreting this and filling in the close. IE however is not. It is instead placing the next pieces of code outside a general area for where this category span is. See if you can add a </span> close tag in there. Good luck.

    [Sig Moderated: Have you noticed yet that every one of your sigs gets deleted? Please, oh PLEASE, stop with the sigs.]

    Thread Starter jpbnelson

    (@jpbnelson)

    Thank you very much for your help! Where did you find that particular piece of code on my site? I am new to all of this so I am not even sure where to find that.

    Thread Starter jpbnelson

    (@jpbnelson)

    Actually I just found it and you were absolutely right!!! Thank you soooooooooo much!!! If you ever need any marketing services for any reason, just send me an email at [email protected] and I will hook you up!

    -JP

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My theme, OrangeRehash has a broken home page in IE’ is closed to new replies.