Home Forums Trusted Mobile product display

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #12336
    Alexandre
    Participant

    I tried some solutions already presented here on the forum and was not successful, I would like to present two products per line when the site is accessed by cell phone.

    #12339
    Andy
    Keymaster

    Add this CSS to ‘Customize’ > ‘Additional CSS’:

    @media (max-width:480px) {
        .woocommerce ul.products[class*="columns-"] li.product,
        .woocommerce-page ul.products[class*="columns-"] li.product {
            width: 48% !important;
            float: left !important;
        }
    }
    #12341
    Alexandre
    Participant

    Thank you.
    We were able to display only the image without the title, and separate the two blocks, it was very glued together.

    #12344
    Alexandre
    Participant

    On second thought, I believe that showing this way is better.
    It is very difficult to display it like this, so when accessed by cell phone, I saw that the home continued showing the products in full screen.

    #12355
    Alexandre
    Participant

    Yes, the homepage still shows Unique Blocks as it is a page I set up with Elementor, I believe that is why it did not work for the homepage. However, if you go to the store or some categories, two blocks appear. Thank you so let’s keep it up then. As always very attentive and accurate in solving problems.

    #12366
    Alexandre
    Participant

    With the deactivation of the sliding effects, I have not yet been able to deactivate the sliding effect in the upper block (widget) that contains contact information. I’m trying to disable that sliding effect when the page is scrolled.

    #12367
    Andy
    Keymaster

    Please ask one question per topic. This helps others who may be looking for the same/similar answers.

    If you have a new question, please start a new topic, as your question about a sliding effect of contact information is not related to this topic. Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mobile product display’ is closed to new replies.