- This topic has 1 reply, 1 voice, and was last updated 11 years, 7 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › Mikmag WordPress theme › Cart/CheckOut Drop Down Issue
Hello,
Working with the newest version of this theme and wordpress. Noticed an issue/bug in IE9 at least that makes the cart/check out dropdown (from menu bar) show out of proper alignment. Do not see this in Chrome.
Is there something I can do short term to fix the display bug? I’m not able to gain any functionality from the feature currently.
Thanks,
Justin
Seem to have fixed it. I looked in /wp-content/themes/mikmag/woocommerce/theme-woocommerce.css and found the following section where I changed the 2nd ‘right’ variable from “170px9;” to the value shown below.
I don’t understand completely how the 9 value after the px works but not having it written in at all (i.e. making it right: 170px;) broke it completely. After some trial and error, making that 9 an 8 made it work in IE9 and Chrome too (though Chrome was never broken).
—————————-
.theme-woocommerce-cart-dropdown {
display: block;
visibility: hidden;
position: absolute;
right: -10px;
right: 170px8;