Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1349791
    extaizi
    Participant

    Hi! [WordPress 4.7.2 | X Theme 4.6.4]

    When I see the Cart Page on Mobile it does not show the product name (Integrity Stack). How can I make it visible on mobile too? I just checked and when the page width is less than 767px the product name goes off.

    ficadigital.com/cart

    P.S.: I downloaded and activated the X Theme Child from Themeco but it does not seem to apply changes to the main theme. What am I missing?

    Cheers from Brazil.

    #1349952
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Try adding this in your Customizer > custom > CSS:

    @media (max-width: 767px)
    .woocommerce .cart.shop_table .product-name {
        display: table-cell !imnportant;
    }

    Let us know how it goes.

    In regards to your child theme, Would you mind sharing us your admin credentials and FTP so we could check your setup closer.

    Don’t forget to set it as private reply.
    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1349791 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>