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
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
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.
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?!?
Do you have extra space in the sidebar, or a space where something should be but isn't? Post your site URL.
You can see on the left....the site is not live yet hence the WPFAITH part added.....
http://faithfulcharm.com/WPFAITH/
Thank you :)
Its supposed to be like this on the left
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.
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;
}
Shopping cart is still with space on left...
Don't know; try the theme blog:Free Crafty Cart Theme — Billion Studio
ok thanks for your help anyway :)
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?
You must log in to post.