Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1176025

    Hi
    I wanted to implement the following CSS change. but somehow it does not work

    @media only screen and (max-width: 767px)
    .responsive .shop_table .product-quantity {
        display: table-cell;
    }

    it always gets changed back to:

    @media only screen and (max-width: 767px)
    .responsive .shop_table .product-quantity {
        display: none;
    }

    please advise, thanks!

    #1176091

    Hey richardhofer83,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
        .responsive #top .shop_table .product-quantity {
            display: table-cell;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1176225

    thank you victora, works fine!

    #1176540

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.