Viewing 7 replies - 1 through 7 (of 7 total)
  • can you contact the theme creator? the right-hand column is not clearing and it does not look that bad. when this happens and i can’t fix it i contact the theme creator first. however, most recently, i have had to go to a css pro when it comes to making a site work on both FF, safari, opera, AND IE. the pro makes it work both on a PC and a MAC. and make sure the solution is valid.

    but let’s wait. someone may know how to fix this for you. sorry i was not more help! ??

    Thread Starter rleon

    (@rleon)

    I have not been able to find an email or contact of who to email.

    I guess I could try to find a css pro, hopefully someone will see this.

    if no responds i can give you the name of the person i use. i tried your contact form ?? so don’t know where to send info. i don’t want to make the contact info of this person public as it is her personal email address.

    In your theme’s style.css find #sidebar-wrapper and change the width from

    #sidebar-wrapper
    {
    	width: 35%;
    	float: right;
    	margin-top: 10px;
    }

    to

    #sidebar-wrapper
    {
    	width: 210px;
    	float: right;
    	margin-top: 10px;
    }

    Thread Starter rleon

    (@rleon)

    Hi mercime

    Thanks for your respond.
    I made the change but the issue is still there.
    What I do find interesting is that if you navigate to the calendar or contact page. The side bar is higher.

    oops, missed the other side. change in style.css

    #content-wrapper
    	width: 60%;
    	float: left;
    }

    to

    #content-wrapper
    	width: 570px;
    	float: left;
    }

    Thread Starter rleon

    (@rleon)

    Thanks agian mercime
    I made the changes to the content-wrapper and still no luck.

    Any more ideaS?

    Ricardo

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help with sidebar in IE’ is closed to new replies.