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

    Hello,
    i have an undergoing campain and i realize that there is a big bug with the display of the card in small phone vertical : as shown in the screen item numbers are not diplaying so you can see or change.
    Do you have a magic quick css that can resolve this problem ?
    Thank you in advance for your help, it is a critic problem.
    Best regards
    Stan

    • This topic was modified 1 year, 11 months ago by sdesign-web.
    #1373451

    Hey sdesign-web,

    Thank you for the inquiry.

    The quantity field is disabled by default on mobile screens, but you can enable it back by adding this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive .shop_table .product-quantity {
        display: table-cell;
        border-top: 0;
      }
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1373469

    Thank you very much Ismael !
    it works fine !! ( see pj)
    best regards
    Stan

    #1373495

    Hi Stan,

    Glad Ismael could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘cart doesn't display item numbers on small vertical screen’ is closed to new replies.