2 problems, mobile one product and title not showing by product

This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow

  • Avatar: heino
    heino
    Participant
    December 24, 2020 at 01:06

    Hello,

    I would like to show 1 product per row on mobile instead of 2 products per row. I had already asked this and got to see css, see website on mobile, text will also be placed over product image and is very ugly.

    Hello, Add the below code to Theme Options > Custom CSS to show 1 product per row on mobile device @media only screen and (max-width: 480px){ .products-grid .product { width: 100%; } } Regards

    My other question is that the title and small description are missing, but the single product builder is set in section 2, title, short descriptioin, price, add to cart, sharing set up

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 24, 2020 at 15:16

    Hello,

    1) Replace the previous code with the code below

    @media only screen and (max-width: 480px){ 
        .products-grid .product, 
        .products-list .product { 
            width: 100%;
            }
    }

    2) You added classes to hide the title in the Elementor settings and it causes the issue http://prntscr.com/w97lu0
    I have removed that and title is ok.

    Also, make sure that you add the short description for your products http://prntscr.com/w96wyc

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.