Forums

Sidebar widget wp shopping cart moved in IE but fine in FF?!?! (12 posts)

  1. LEVI44
    Member
    Posted 2 years ago #

    hI there,

    I am using Crafty Cart theme, with the WP ecommerce plugin. In firefox website looks great. But in IE it creates a space in the sidebar for no reason!!?!? what should i do or check??

    thanks

  2. songdogtech
    Member
    Posted 2 years ago #

    Check you site with The W3C Markup Validation Service. Might have a missing tag that throws IE's display off, either in the theme or the plugin.

  3. LEVI44
    Member
    Posted 2 years ago #

    i checked, it has come up with a couple for wpsc_request_image=true&category_id=4&width=45&height=25' which doesn't seem to be anything to do with the sidebar widget?!?

  4. songdogtech
    Member
    Posted 2 years ago #

    Do you have extra space in the sidebar, or a space where something should be but isn't? Post your site URL.

  5. LEVI44
    Member
    Posted 2 years ago #

    You can see on the left....the site is not live yet hence the WPFAITH part added.....

    http://faithfulcharm.com/WPFAITH/

    Thank you :)

  6. LEVI44
    Member
    Posted 2 years ago #

    Its supposed to be like this on the left

    http://demo.billionstudio.com/?wptheme=Crafty%20Cart

  7. songdogtech
    Member
    Posted 2 years ago #

    That looks like a z-index problem. Try position: relative; z-index: -1; in body (where the bg-page.png is called) in style.css. The should shove the background image all the way to the back. And also reduce the size of that image; it's huge for a background images and takes time to download.

  8. LEVI44
    Member
    Posted 2 years ago #

    Like this?

    body {
    font-size: 80%;
    line-height: 150%;
    background: url('images/bg-page.png') repeat-x left top;
    position: relative; z-index: -1;
    background-color: #FCF1D3;
    }

  9. LEVI44
    Member
    Posted 2 years ago #

    Shopping cart is still with space on left...

  10. songdogtech
    Member
    Posted 2 years ago #

    Don't know; try the theme blog:Free Crafty Cart Theme — Billion Studio

  11. LEVI44
    Member
    Posted 2 years ago #

    ok thanks for your help anyway :)

  12. LEVI44
    Member
    Posted 2 years ago #

    No suprise, they are not responding...does anyone else know how i can solve this? Its really annoying...surely its something to do with the padding or margins in the sidebar?

Topic Closed

This topic has been closed to new replies.

About this Topic