Problems with attributes in the mobile view

This topic has 4 replies, 2 voices, and was last updated 1 week, 6 days ago ago by Jack Richardson

  • Avatar: Eragon
    Eragon
    Participant
    August 8, 2026 at 09:32

    Hi, the Niche 2 theme is actually good, but it’s driving me crazy when it comes to complex views on the archive page.
    I have attributes that I want to display on the archive page. Everything looks fine on a computer and tablet, but not on a phone because the resolution isn’t right. Also, I’d like to remove the first attribute, “Weight”—it doesn’t need to be there.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2026 at 07:10

    Hello @Eragon,

    It appears that the layout you mentioned is not present on your archive product page (https://gyazo.com/961565f84ad4134cfab197caf22274e7), which suggests that the URL provided for your website may be incorrect. Additionally, we would like to clarify whether you have set a background that you now wish to remove or minimize on mobile devices. Any additional screenshots, videos, or other details you could provide would be greatly appreciated, as they would help us assist you more effectively.

    Best regards,
    Jack Richardson
    The 8Theme’s Team

    Avatar: Eragon
    Eragon
    Participant
    August 10, 2026 at 09:16

    I just added a frame; I didn’t do anything with the background.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2026 at 11:10

    Hello @Eragon,

    You may consider trying one of the following solutions:

    1. To enhance the display of the content:

    @media only screen and (max-width: 767px) {
      .etheme-product-grid .etheme-product-has-fadeIn-content th, 
      .etheme-product-grid .etheme-product-has-fadeIn-content td {
        display: block;
        text-align: left;
        padding: 0 5px;
        word-wrap: break-word;
      }
    }

    Frontend result: [View Here](https://gyazo.com/123dfc3bee2b91ba577afb39a0ac0cc4)

    2. To prevent the display of certain attributes on mobile/tablet devices that do not support the browser hover feature:

    @media (hover: none) {
      .etheme-product-has-fadeIn-content .etheme-product-grid-spacer,
      .etheme-product-grid .etheme-product-grid-fadeIn-area {
        display: none;
      }
    }

    If you have another thought, please, clearify the result you expected and we will try to assist you.

    Best Regards,
    Jack Richardson
    The 8Theme’s Team

  • Viewing 4 results - 1 through 4 (of 4 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.