Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1247954

    Hi All.
    As the topic might suggest…. missing an few options on the chechout page.
    Best explained in the screenshot.

    Hope you can help me.
    Thanks in advance!

    #1248054

    Hey Ivo,

    Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #1248224

    Yep, that’s it….. yihaaaaa
    Thank you so much!

    Kind regards

    #1248226

    Sorry….. was a bit to soon to cheer…… one field is still missing…. subtotal

    #1248403

    Hi VORMELEVENCC,

    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-subtotal {
          display: block;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1248493

    It worked. Thank you so much!

    #1248535

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘checkout page plus/minus buttons and subtotal missing on small devices’ is closed to new replies.