HI Devin and Dude,
you guys were kind enough to help with the side bars and title not showing up on the product category page...but they are still showing in IE 7 & 8
can you still see the sidbars in them as well? is there anything else I can do?
HI Devin and Dude,
you guys were kind enough to help with the side bars and title not showing up on the product category page...but they are still showing in IE 7 & 8
can you still see the sidbars in them as well? is there anything else I can do?
Hey!
Maybe try to add an important tag to Devin's code like:
#top.single-product .sidebar {
display: none !important;
}
Best regards,
Peter
Hi Peter,
sorry but that did not work either, the side bar with the all the pages is showing up on all the category pages in just IE 7 and 8, can you please confirm for me?
Hi!
Add following code to css/custom.css:
.msie .archive.woocommerce .container .template-shop.nine.units{
width: 100% !important;
}
.msie .archive.woocommerce .container .sidebar.three.units{
display: none !important;
}
Best regards,
Peter
Peter,
I think that did it! just need to confirm in one more browser! thanks! You guys have great support!
Hey,
Glad it worked.
Regards,
Ismael
This topic has been closed to new replies.