Is there any way to make the Wooommerce “cart_dropdown_link” appear in the enfold header in responsive mode? Here are screen shots of the cart slider (top right) at normal screen size and in responsive mode: http://nexuscontentlab.com/temp/
Thanks mike.
Hey mhiller!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.responsive .cart_dropdown {
display: block !important;
}
Cheers!
Devin
Thanks Devin:
I got pretty close, but missed “{display: block !important;}”
Your code worked great!!
Mike