Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #181257

    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.

    #181419

    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

    #181649

    Thanks Devin:

    I got pretty close, but missed “{display: block !important;}”

    Your code worked great!!

    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Put Woocommerce cart_dropdown_link in responsive header?’ is closed to new replies.