Okay
  Public Ticket #287116
Too many variations in cart
Closed

Comments

  • James started the conversation

    Hi, I am using the cart in the nav on salient. My products have quite a few variations which can make too much space and drop the cart down too far. Is it possible to either reduce the space between the listed variations or remove them from the nav cart? Please see atatched image

  •  8,839
    Tahir replied

    Hey James!

    Please provide your site url so i can write up some custom css to remove that extra space .

    Thanks


    ThemeNectar Support Team 

  • James replied

    www.print29.co.uk

  •  8,839
    Tahir replied

    Hey James!

    Add this into the Custom CSS box located in your Salient Options panel :
    #header-outer ul.product_list_widget li dl * {
        padding-bottom: 0px;
    }
    /* OR */
    #header-outer .widget_shopping_cart_content ul.product_list_widget li dl {
        display: none;
    }
    
    Thanks


    ThemeNectar Support Team 

  • James replied

    Perfect! Thanks!