• Resolved veronikagreb

    (@veronikagreb)


    Hello.
    I have added Shopping cart widget to VeryTopBar and it doesn’t display on mobile and tablet versions.
    If I add the cart link as a menu item, there is no cart icon so it is not a decision in my case.
    Duplicating the cart in menu doesn’t make science for me.
    Thank you in advance

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Veronika,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    @media screen and (max-width: 659px) {
      .hestia-top-bar .widget.widget_shopping_cart,
      .hestia-top-bar .col-md-6.pull-right {
      display: block !important;
    }
    } 

    Thanks!

    Thread Starter veronikagreb

    (@veronikagreb)

    Thank you! It did help with a mobile version. However, on a tablet the cart widget is still not displayed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shopping cart widget doesn’t display on mobile and tablet versions’ is closed to new replies.