• LEVI44

    (@levi44)


    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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Mark Ratledge

    (@songdogtech)

    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.

    Thread Starter LEVI44

    (@levi44)

    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?!?

    Mark Ratledge

    (@songdogtech)

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

    Thread Starter LEVI44

    (@levi44)

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

    https://faithfulcharm.com/WPFAITH/

    Thank you ??

    Thread Starter LEVI44

    (@levi44)

    Its supposed to be like this on the left

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

    Mark Ratledge

    (@songdogtech)

    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.

    Thread Starter LEVI44

    (@levi44)

    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;
    }

    Thread Starter LEVI44

    (@levi44)

    Shopping cart is still with space on left…

    Mark Ratledge

    (@songdogtech)

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

    Thread Starter LEVI44

    (@levi44)

    ok thanks for your help anyway ??

    Thread Starter LEVI44

    (@levi44)

    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?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Sidebar widget wp shopping cart moved in IE but fine in FF?!?!’ is closed to new replies.